- 所有已知实现类:
CgSamplerProjectProvider,CommonSamplerProjectProvider,QeSamplerProjectProvider,SmcSamplerProjectProvider
public interface FXSamplerProject
- 作者:
- unknowIfGuestInDream
-
方法概要
修饰符和类型方法说明default StringModule 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.default javafx.scene.layout.Pane获取默认背景图Node that will be displayed in welcome tab, when project's root is selected in the tree.
-
方法详细资料
-
getProjectName
String getProjectName()Returns the pretty name of the project, e.g. 'JFXtras' or 'ControlsFX' -
getSampleBasePackage
String getSampleBasePackage()All samples should be beneath this base package. For example, in ControlsFX, this may be 'org.controlsfx.samples'. -
getWelcomePage
WelcomePage 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 -
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. -
getWelcomeBackgroundImagePane
default javafx.scene.layout.Pane getWelcomeBackgroundImagePane()获取默认背景图- 返回:
- Pane
-