java.lang.Object
javafx.application.Application
com.tlcsdm.frame.SampleBase
com.tlcsdm.qe.QeSample
com.tlcsdm.qe.tools.DaliDemo
- 所有已实现的接口:
Sample
测试用.
- 从以下版本开始:
- 1.0.0
- 作者:
- unknowIfGuestInDream
-
嵌套类概要
从类继承的嵌套类/接口 com.tlcsdm.qe.QeSample
QeSample.ProjectInfo从类继承的嵌套类/接口 javafx.application.Application
javafx.application.Application.Parameters -
字段概要
字段修饰符和类型字段说明private javafx.scene.control.Buttonprivate javafx.scene.control.Buttonprivate javafx.scene.control.Buttonprivate javafx.scene.control.Buttonprivate javafx.scene.control.Buttonprivate javafx.scene.control.Buttonprivate javafx.scene.control.ComboBox<String> private javafx.scene.control.ComboBox<String> private com.tlcsdm.qe.tools.dali.AbstractDaliConfigurationControllerprivate javafx.scene.control.TitledPaneprivate javafx.scene.control.CheckBoxprivate javafx.scene.control.CheckBoxprivate javafx.scene.control.CheckBoxprivate javafx.scene.control.CheckBoxprivate javafx.scene.control.CheckBoxprivate javafx.scene.control.CheckBoxprivate javafx.scene.Groupprivate javafx.scene.image.ImageView从类继承的字段 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.A short, multiple sentence description of the sample.组件id.A short, most likely single-word, name to show to the user - e.g.sample version.boolean是否有右侧区域.voidNote that initialize() is called after getPanel().private voidprivate voidbooleanIf true this sample is shown to users, if false it is not.static voidvoidshowDetailPane(javafx.event.ActionEvent event) 从类继承的方法 com.tlcsdm.qe.QeSample
getProjectName, getProjectVersion从类继承的方法 com.tlcsdm.frame.SampleBase
bindUserData, bindUserDataBefore, buildSample, dispose, getControlPanel, getControlPanelDividerPosition, getSampleImageIcon, getSampleXmlPrefix, initializeBindings, initializeUserData, initializeUserDataBindings, start, updateForVersionUpgrade从类继承的方法 javafx.application.Application
getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
-
字段详细资料
-
grpSetting
private javafx.scene.Group grpSetting -
enableLedModules
private javafx.scene.control.CheckBox enableLedModules -
enableColourColtrol
private javafx.scene.control.CheckBox enableColourColtrol -
btnLedModules
private javafx.scene.control.Button btnLedModules -
btnColourControl
private javafx.scene.control.Button btnColourControl -
enablePushButtons
private javafx.scene.control.CheckBox enablePushButtons -
enableAbsoluteInputDevices
private javafx.scene.control.CheckBox enableAbsoluteInputDevices -
enableOccupancySensors
private javafx.scene.control.CheckBox enableOccupancySensors -
enableLightSensors
private javafx.scene.control.CheckBox enableLightSensors -
btnPushButtons
private javafx.scene.control.Button btnPushButtons -
btnAbsoluteInputDevices
private javafx.scene.control.Button btnAbsoluteInputDevices -
btnOccupancySensors
private javafx.scene.control.Button btnOccupancySensors -
btnLightSensors
private javafx.scene.control.Button btnLightSensors -
imgBoard
private javafx.scene.image.ImageView imgBoard -
cmbBoard
-
cmbCompiler
-
detailPane
private javafx.scene.control.TitledPane detailPane -
daliConfigurationController
private com.tlcsdm.qe.tools.dali.AbstractDaliConfigurationController daliConfigurationController
-
-
构造器详细资料
-
DaliDemo
public DaliDemo()
-
-
方法详细资料
-
isVisible
public boolean isVisible()从类复制的说明:SampleBaseIf true this sample is shown to users, if false it is not.- 指定者:
isVisible在接口中Sample- 覆盖:
isVisible在类中SampleBase
-
getPanel
public javafx.scene.Node getPanel(javafx.stage.Stage stage) 从接口复制的说明:SampleReturns the main sample panel. -
main
-
getSampleId
从接口复制的说明:Sample组件id. -
getSampleName
从接口复制的说明:SampleA short, most likely single-word, name to show to the user - e.g. "CheckBox". -
getOrderKey
从接口复制的说明:Sample排序字段. -
getSampleDescription
从类复制的说明:SampleBaseA short, multiple sentence description of the sample.- 指定者:
getSampleDescription在接口中Sample- 覆盖:
getSampleDescription在类中SampleBase
-
getSampleVersion
从接口复制的说明:Samplesample version. -
hasControlPanel
public boolean hasControlPanel()从接口复制的说明:Sample是否有右侧区域.- 指定者:
hasControlPanel在接口中Sample- 覆盖:
hasControlPanel在类中SampleBase
-
initialize
public void initialize()从接口复制的说明:SampleNote that initialize() is called after getPanel(). 实现类是FXML实现,推荐不使用此接口初始化,而是需要手动初始化- 指定者:
initialize在接口中Sample- 覆盖:
initialize在类中SampleBase
-
initializeOption
private void initializeOption() -
initializeUI
private void initializeUI() -
showDetailPane
public void showDetailPane(javafx.event.ActionEvent event)
-