java.lang.Object
javafx.application.Application
com.tlcsdm.frame.SampleBase
com.tlcsdm.qe.QeSample
com.tlcsdm.qe.tools.TestTool
- 所有已实现的接口:
Sample
测试用,发布时设置可见性为false.
- 从以下版本开始:
- 1.0.0
- 作者:
- unknowIfGuestInDream
-
嵌套类概要
嵌套类修饰符和类型类说明(专用程序包) static class(专用程序包) class从类继承的嵌套类/接口 com.tlcsdm.qe.QeSample
QeSample.ProjectInfo从类继承的嵌套类/接口 javafx.application.Application
javafx.application.Application.Parameters -
字段概要
字段修饰符和类型字段说明private final Collection<? extends org.controlsfx.control.action.Action> private javafx.scene.control.TextFieldprivate CustomTextFieldprivate DecorationTextfieldprivate final org.controlsfx.control.action.Actionprivate javafx.scene.control.TextFieldprivate javafx.scene.control.TextFieldprivate final org.controlsfx.control.PropertySheet从类继承的字段 com.tlcsdm.qe.QeSample
PROJECT_INFO从类继承的字段 com.tlcsdm.frame.SampleBase
aesSeed, userData从类继承的字段 javafx.application.Application
STYLESHEET_CASPIAN, STYLESHEET_MODENA -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明(专用程序包) javafx.scene.layout.Regionjavafx.scene.NodeReturns the panel to display to the user that allows for manipulating the sample.private javafx.collections.ObservableList<org.controlsfx.control.PropertySheet.Item> 排序字段.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.booleanIf true this sample is shown to users, if false it is not.javafx.scene.shape.SVGPathloadPathToMM(String pathName) static voidprotected void版本升级后初始化对用户数据的更新, 默认为不进行修改, 由各个组件自己实现.从类继承的方法 com.tlcsdm.qe.QeSample
getProjectName, getProjectVersion从类继承的方法 com.tlcsdm.frame.SampleBase
bindUserData, bindUserDataBefore, buildSample, dispose, getControlPanelDividerPosition, getSampleImageIcon, getSampleXmlPrefix, hasControlPanel, initialize, initializeBindings, initializeUserData, initializeUserDataBindings, start从类继承的方法 javafx.application.Application
getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
-
字段详细资料
-
originalField
private javafx.scene.control.TextField originalField -
compareField
private javafx.scene.control.TextField compareField -
outputField
private javafx.scene.control.TextField outputField -
customTextField1
-
decorationTextfield1
-
customDataMap
-
propertySheet
private final org.controlsfx.control.PropertySheet propertySheet -
generate
private final org.controlsfx.control.action.Action generate -
actions
-
-
构造器详细资料
-
TestTool
public TestTool()
-
-
方法详细资料
-
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. -
createHorizontalSlider
javafx.scene.layout.Region createHorizontalSlider() -
updateForVersionUpgrade
protected void updateForVersionUpgrade()从类复制的说明:SampleBase版本升级后初始化对用户数据的更新, 默认为不进行修改, 由各个组件自己实现.- 覆盖:
updateForVersionUpgrade在类中SampleBase
-
getControlPanel
public javafx.scene.Node getControlPanel()从类复制的说明:SampleBaseReturns the panel to display to the user that allows for manipulating the sample.- 指定者:
getControlPanel在接口中Sample- 覆盖:
getControlPanel在类中SampleBase
-
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. -
getCustomModelProperties
private javafx.collections.ObservableList<org.controlsfx.control.PropertySheet.Item> getCustomModelProperties() -
loadPathToMM
-