java.lang.Object
com.tlcsdm.smc.provider.SmcSamplerProjectProvider
- 所有已实现的接口:
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.javafx.scene.layout.Pane获取默认背景图Node that will be displayed in welcome tab, when project's root is selected in the tree.
-
构造器详细资料
-
SmcSamplerProjectProvider
public SmcSamplerProjectProvider()
-
-
方法详细资料
-
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
-
getWelcomeBackgroundImagePane
public javafx.scene.layout.Pane getWelcomeBackgroundImagePane()从接口复制的说明:FXSamplerProject获取默认背景图- 指定者:
getWelcomeBackgroundImagePane在接口中FXSamplerProject- 返回:
- Pane
-