java.lang.Object
com.tlcsdm.frame.model.EmptySample
- 所有已实现的接口:
Sample
- 作者:
- unknowIfGuestInDream
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voiddispose()Provides a place to dispose of any resources when sample is deselected.javafx.scene.NodeReturns the panel to display to the user that allows for manipulating the sample.doubleReturns divider position to use for split between main panel and control panel.排序字段.javafx.scene.NodegetPanel(javafx.stage.Stage stage) Returns the main sample panel.Returns the name of the project that this sample belongs to (e.g.Returns the version of the project that this sample belongs to (e.g. '1.0.0').A short, multiple sentence description of the sample.组件id.javafx.scene.image.ImageViewsample icon.A short, most likely single-word, name to show to the user - e.g.sample version.xml配置key前缀,用于导出等功能使用.boolean是否有右侧区域.voidNote that initialize() is called after getPanel().booleanIf true this sample is shown to users, if false it is not.
-
字段详细资料
-
name
-
-
构造器详细资料
-
EmptySample
-
-
方法详细资料
-
getSampleId
从接口复制的说明:Sample组件id.- 指定者:
getSampleId在接口中Sample
-
getSampleName
从接口复制的说明:SampleA short, most likely single-word, name to show to the user - e.g. "CheckBox".- 指定者:
getSampleName在接口中Sample
-
getSampleDescription
从接口复制的说明:SampleA short, multiple sentence description of the sample.- 指定者:
getSampleDescription在接口中Sample
-
getProjectName
从接口复制的说明:SampleReturns the name of the project that this sample belongs to (e.g. 'JFXtras'. or 'ControlsFX').- 指定者:
getProjectName在接口中Sample
-
getProjectVersion
从接口复制的说明:SampleReturns the version of the project that this sample belongs to (e.g. '1.0.0').- 指定者:
getProjectVersion在接口中Sample
-
getSampleVersion
从接口复制的说明:Samplesample version.- 指定者:
getSampleVersion在接口中Sample
-
getSampleImageIcon
public javafx.scene.image.ImageView getSampleImageIcon()从接口复制的说明:Samplesample icon.- 指定者:
getSampleImageIcon在接口中Sample
-
getPanel
public javafx.scene.Node getPanel(javafx.stage.Stage stage) 从接口复制的说明:SampleReturns the main sample panel. -
isVisible
public boolean isVisible()从接口复制的说明:SampleIf true this sample is shown to users, if false it is not. -
getOrderKey
从接口复制的说明:Sample排序字段.- 指定者:
getOrderKey在接口中Sample
-
getSampleXmlPrefix
从接口复制的说明:Samplexml配置key前缀,用于导出等功能使用.- 指定者:
getSampleXmlPrefix在接口中Sample
-
getControlPanel
public javafx.scene.Node getControlPanel()从接口复制的说明:SampleReturns the panel to display to the user that allows for manipulating the sample.- 指定者:
getControlPanel在接口中Sample
-
initialize
public void initialize()从接口复制的说明:SampleNote that initialize() is called after getPanel(). 实现类是FXML实现,推荐不使用此接口初始化,而是需要手动初始化- 指定者:
initialize在接口中Sample
-
hasControlPanel
public boolean hasControlPanel()从接口复制的说明:Sample是否有右侧区域.- 指定者:
hasControlPanel在接口中Sample
-
dispose
public void dispose()从接口复制的说明:SampleProvides a place to dispose of any resources when sample is deselected. -
getControlPanelDividerPosition
public double getControlPanelDividerPosition()从接口复制的说明:SampleReturns divider position to use for split between main panel and control panel.- 指定者:
getControlPanelDividerPosition在接口中Sample
-