- 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 Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getProjectName()
String
getSampleBasePackage()
fxsampler.model.WelcomePage
getWelcomePage()
static void
main(String[] args)
-
-
-
Method Detail
-
getProjectName
public String getProjectName()
- Specified by:
getProjectName
in interfacefxsampler.FXSamplerProject
-
getSampleBasePackage
public String getSampleBasePackage()
- Specified by:
getSampleBasePackage
in interfacefxsampler.FXSamplerProject
-
getWelcomePage
public fxsampler.model.WelcomePage getWelcomePage()
- Specified by:
getWelcomePage
in interfacefxsampler.FXSamplerProject
-
main
public static void main(String[] args)
-
-