Class ExampleConfigurerMain
- java.lang.Object
-
- javafx.application.Application
-
- net.officefloor.gef.configurer.AbstractConfigurerApplication
-
- net.officefloor.eclipse.configurer.test.ExampleConfigurerMain
-
public class ExampleConfigurerMain extends AbstractConfigurerApplication
Main for running example configurer.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description ExampleConfigurerMain()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
loadConfiguration(javafx.scene.layout.Pane parent)
Loads the configuration.static void
main(java.lang.String[] args)
Main to run the configurer.-
Methods inherited from class net.officefloor.gef.configurer.AbstractConfigurerApplication
start
-
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
Main to run the configurer.- Parameters:
args
- Command line arguments.
-
loadConfiguration
protected void loadConfiguration(javafx.scene.layout.Pane parent)
Description copied from class:AbstractConfigurerApplication
Loads the configuration.- Specified by:
loadConfiguration
in classAbstractConfigurerApplication
- Parameters:
parent
-Pane
to load in the configuration.
-
-