java.lang.Object
javafx.application.Application
com.tlcsdm.frame.SampleBase
com.tlcsdm.jfxcommon.CommonSample
- 所有已实现的接口:
Sample
- 直接已知子类:
AbstractEscape,AsciiPicTool,ColorCode,DataFormatConvert,ExcelColNameCalculator,FileDiff,HttpTool,IconTool,ImageSplit,MoneyToChinese,RegexTester,ScanPortTool
- 作者:
- unknowIfGuestInDream
-
嵌套类概要
从类继承的嵌套类/接口 javafx.application.Application
javafx.application.Application.Parameters -
字段概要
从类继承的字段 com.tlcsdm.frame.SampleBase
aesSeed, userData从类继承的字段 javafx.application.Application
STYLESHEET_CASPIAN, STYLESHEET_MODENA -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明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').从类继承的方法 com.tlcsdm.frame.SampleBase
bindUserData, bindUserDataBefore, buildSample, dispose, getControlPanel, getControlPanelDividerPosition, getSampleDescription, getSampleImageIcon, getSampleXmlPrefix, hasControlPanel, initialize, initializeBindings, initializeUserData, initializeUserDataBindings, isVisible, start, updateForVersionUpgrade从类继承的方法 javafx.application.Application
getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.tlcsdm.frame.Sample
getOrderKey, getPanel, getSampleId, getSampleName, getSampleVersion, isFxml
-
构造器详细资料
-
CommonSample
public CommonSample()
-
-
方法详细资料
-
getProjectName
从类复制的说明:SampleBaseReturns the name of the project that this sample belongs to (e.g. 'JFXtras'. or 'ControlsFX').- 指定者:
getProjectName在接口中Sample- 覆盖:
getProjectName在类中SampleBase
-
getProjectVersion
从接口复制的说明:SampleReturns the version of the project that this sample belongs to (e.g. '1.0.0').
-