类 SmcSamplerProjectProvider

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

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

    • SmcSamplerProjectProvider

      public SmcSamplerProjectProvider()
  • 方法详细资料

    • 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
    • getWelcomeBackgroundImagePane

      public javafx.scene.layout.Pane getWelcomeBackgroundImagePane()
      从接口复制的说明: FXSamplerProject
      获取默认背景图
      指定者:
      getWelcomeBackgroundImagePane 在接口中 FXSamplerProject
      返回:
      Pane