java.lang.Object
javafx.application.Application
com.tlcsdm.frame.SampleBase
com.tlcsdm.qe.QeSample
com.tlcsdm.qe.tools.APNMdfParse
- 所有已实现的接口:
Sample
QE lighting APN mdf Parse
- 作者:
- unknowIfGuestInDream
-
嵌套类概要
从类继承的嵌套类/接口 com.tlcsdm.qe.QeSample
QeSample.ProjectInfo从类继承的嵌套类/接口 javafx.application.Application
javafx.application.Application.Parameters -
字段概要
从类继承的字段 com.tlcsdm.qe.QeSample
PROJECT_INFO从类继承的字段 com.tlcsdm.frame.SampleBase
aesSeed, userData从类继承的字段 javafx.application.Application
STYLESHEET_CASPIAN, STYLESHEET_MODENA -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明排序字段.javafx.scene.NodegetPanel(javafx.stage.Stage stage) Returns the main sample panel.组件id.javafx.scene.image.ImageViewsample icon.A short, most likely single-word, name to show to the user - e.g.sample version.void将在getPanel要设置的binding提取出来.void将在getPanel要设置的userData binding提取出来.booleanIf true this sample is shown to users, if false it is not.static void从类继承的方法 com.tlcsdm.qe.QeSample
getProjectName, getProjectVersion从类继承的方法 com.tlcsdm.frame.SampleBase
bindUserData, bindUserDataBefore, buildSample, dispose, getControlPanel, getControlPanelDividerPosition, getSampleDescription, getSampleXmlPrefix, hasControlPanel, initialize, initializeUserData, start, updateForVersionUpgrade从类继承的方法 javafx.application.Application
getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
-
构造器详细资料
-
APNMdfParse
public APNMdfParse()
-
-
方法详细资料
-
isVisible
public boolean isVisible()从类复制的说明:SampleBaseIf true this sample is shown to users, if false it is not.- 指定者:
isVisible在接口中Sample- 覆盖:
isVisible在类中SampleBase
-
getSampleId
从接口复制的说明:Sample组件id. -
getSampleName
从接口复制的说明:SampleA short, most likely single-word, name to show to the user - e.g. "CheckBox". -
getSampleVersion
从接口复制的说明:Samplesample version. -
getPanel
public javafx.scene.Node getPanel(javafx.stage.Stage stage) 从接口复制的说明:SampleReturns the main sample panel. -
getOrderKey
从接口复制的说明:Sample排序字段. -
getSampleImageIcon
public javafx.scene.image.ImageView getSampleImageIcon()从接口复制的说明:Samplesample icon.- 指定者:
getSampleImageIcon在接口中Sample- 覆盖:
getSampleImageIcon在类中SampleBase
-
initializeBindings
public void initializeBindings()从类复制的说明:SampleBase将在getPanel要设置的binding提取出来.- 覆盖:
initializeBindings在类中SampleBase
-
initializeUserDataBindings
public void initializeUserDataBindings()从类复制的说明:SampleBase将在getPanel要设置的userData binding提取出来.- 覆盖:
initializeUserDataBindings在类中SampleBase
-
main
-