- java.lang.Object
-
- org.controlsfx.ControlsFXSampler
-
- All Implemented Interfaces:
fxsampler.FXSamplerProject
public class ControlsFXSampler extends Object implements fxsampler.FXSamplerProject
-
-
Constructor Summary
Constructors Constructor Description ControlsFXSampler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getModuleName()
String
getProjectName()
String
getSampleBasePackage()
fxsampler.model.WelcomePage
getWelcomePage()
-
-
-
Method Detail
-
getProjectName
public String getProjectName()
- Specified by:
getProjectName
in interfacefxsampler.FXSamplerProject
-
getSampleBasePackage
public String getSampleBasePackage()
- Specified by:
getSampleBasePackage
in interfacefxsampler.FXSamplerProject
-
getModuleName
public String getModuleName()
- Specified by:
getModuleName
in interfacefxsampler.FXSamplerProject
-
getWelcomePage
public fxsampler.model.WelcomePage getWelcomePage()
- Specified by:
getWelcomePage
in interfacefxsampler.FXSamplerProject
-
-