java.lang.Object
com.tlcsdm.jfxcommon.provider.CommonSamplerProjectProvider
- 所有已实现的接口:
FXSamplerProject
- 作者:
- unknowIfGuestInDream
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Module name of the project for which the sampler is to be used.Returns the pretty name of the project, e.g.All samples should be beneath this base package.Node that will be displayed in welcome tab, when project's root is selected in the tree.从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.tlcsdm.frame.service.FXSamplerProject
getWelcomeBackgroundImagePane
-
构造器详细资料
-
CommonSamplerProjectProvider
public CommonSamplerProjectProvider()
-
-
方法详细资料
-
getProjectName
Returns the pretty name of the project, e.g. 'JFXtras' or 'ControlsFX'- 指定者:
getProjectName在接口中FXSamplerProject
-
getSampleBasePackage
All samples should be beneath this base package. For example, in ControlsFX, this may be 'org.controlsfx.samples'.- 指定者:
getSampleBasePackage在接口中FXSamplerProject
-
getModuleName
Module name of the project for which the sampler is to be used. For example, in case of ControlsFX this is "org.controlsfx.controls". Can be left blank if the sampler application is running on classpath.- 指定者:
getModuleName在接口中FXSamplerProject
-
getWelcomePage
Node that will be displayed in welcome tab, when project's root is selected in the tree. If this method returns null, default page will be used- 指定者:
getWelcomePage在接口中FXSamplerProject
-