类 CommonSamplerProjectProvider

java.lang.Object
com.tlcsdm.jfxcommon.provider.CommonSamplerProjectProvider
所有已实现的接口:
FXSamplerProject

public class CommonSamplerProjectProvider extends Object implements FXSamplerProject
作者:
unknowIfGuestInDream
  • 构造器详细资料

    • CommonSamplerProjectProvider

      public CommonSamplerProjectProvider()
  • 方法详细资料

    • getProjectName

      public String getProjectName()
      Returns the pretty name of the project, e.g. 'JFXtras' or 'ControlsFX'
      指定者:
      getProjectName 在接口中 FXSamplerProject
    • getSampleBasePackage

      public String getSampleBasePackage()
      All samples should be beneath this base package. For example, in ControlsFX, this may be 'org.controlsfx.samples'.
      指定者:
      getSampleBasePackage 在接口中 FXSamplerProject
    • getModuleName

      public String 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

      public 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
      指定者:
      getWelcomePage 在接口中 FXSamplerProject