类 EmptySample

java.lang.Object
com.tlcsdm.frame.model.EmptySample
所有已实现的接口:
Sample

public final class EmptySample extends Object implements Sample
作者:
unknowIfGuestInDream
  • 字段详细资料

    • name

      private final String name
  • 构造器详细资料

    • EmptySample

      public EmptySample(String name)
  • 方法详细资料

    • getSampleId

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

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

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

      public String getProjectName()
      从接口复制的说明: Sample
      Returns the name of the project that this sample belongs to (e.g. 'JFXtras'. or 'ControlsFX').
      指定者:
      getProjectName 在接口中 Sample
    • getProjectVersion

      public String getProjectVersion()
      从接口复制的说明: Sample
      Returns the version of the project that this sample belongs to (e.g. '1.0.0').
      指定者:
      getProjectVersion 在接口中 Sample
    • getSampleVersion

      public String getSampleVersion()
      从接口复制的说明: Sample
      sample version.
      指定者:
      getSampleVersion 在接口中 Sample
    • getSampleImageIcon

      public javafx.scene.image.ImageView getSampleImageIcon()
      从接口复制的说明: Sample
      sample icon.
      指定者:
      getSampleImageIcon 在接口中 Sample
    • getPanel

      public javafx.scene.Node getPanel(javafx.stage.Stage stage)
      从接口复制的说明: Sample
      Returns the main sample panel.
      指定者:
      getPanel 在接口中 Sample
    • isVisible

      public boolean isVisible()
      从接口复制的说明: Sample
      If true this sample is shown to users, if false it is not.
      指定者:
      isVisible 在接口中 Sample
    • getOrderKey

      public String getOrderKey()
      从接口复制的说明: Sample
      排序字段.
      指定者:
      getOrderKey 在接口中 Sample
    • getSampleXmlPrefix

      public String getSampleXmlPrefix()
      从接口复制的说明: Sample
      xml配置key前缀,用于导出等功能使用.
      指定者:
      getSampleXmlPrefix 在接口中 Sample
    • getControlPanel

      public javafx.scene.Node getControlPanel()
      从接口复制的说明: Sample
      Returns the panel to display to the user that allows for manipulating the sample.
      指定者:
      getControlPanel 在接口中 Sample
    • initialize

      public void initialize()
      从接口复制的说明: Sample
      Note that initialize() is called after getPanel(). 实现类是FXML实现,推荐不使用此接口初始化,而是需要手动初始化
      指定者:
      initialize 在接口中 Sample
    • hasControlPanel

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

      public void dispose()
      从接口复制的说明: Sample
      Provides a place to dispose of any resources when sample is deselected.
      指定者:
      dispose 在接口中 Sample
    • getControlPanelDividerPosition

      public double getControlPanelDividerPosition()
      从接口复制的说明: Sample
      Returns divider position to use for split between main panel and control panel.
      指定者:
      getControlPanelDividerPosition 在接口中 Sample