类 DaliDemo

java.lang.Object
javafx.application.Application
所有已实现的接口:
Sample

public class DaliDemo extends QeSample
测试用.
从以下版本开始:
1.0.0
作者:
unknowIfGuestInDream
  • 字段详细资料

    • 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

      private javafx.scene.control.ComboBox<String> cmbBoard
    • cmbCompiler

      private javafx.scene.control.ComboBox<String> cmbCompiler
    • detailPane

      private javafx.scene.control.TitledPane detailPane
    • daliConfigurationController

      private com.tlcsdm.qe.tools.dali.AbstractDaliConfigurationController daliConfigurationController
  • 构造器详细资料

    • DaliDemo

      public DaliDemo()
  • 方法详细资料

    • isVisible

      public boolean isVisible()
      从类复制的说明: SampleBase
      If 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)
      从接口复制的说明: Sample
      Returns the main sample panel.
    • main

      public static void main(String[] args)
    • getSampleId

      public String getSampleId()
      从接口复制的说明: Sample
      组件id.
    • getSampleName

      public String getSampleName()
      从接口复制的说明: Sample
      A short, most likely single-word, name to show to the user - e.g. "CheckBox".
    • getOrderKey

      public String getOrderKey()
      从接口复制的说明: Sample
      排序字段.
    • getSampleDescription

      public String getSampleDescription()
      从类复制的说明: SampleBase
      A short, multiple sentence description of the sample.
      指定者:
      getSampleDescription 在接口中 Sample
      覆盖:
      getSampleDescription 在类中 SampleBase
    • getSampleVersion

      public String getSampleVersion()
      从接口复制的说明: Sample
      sample version.
    • hasControlPanel

      public boolean hasControlPanel()
      从接口复制的说明: Sample
      是否有右侧区域.
      指定者:
      hasControlPanel 在接口中 Sample
      覆盖:
      hasControlPanel 在类中 SampleBase
    • initialize

      public void initialize()
      从接口复制的说明: Sample
      Note 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)