Package net.officefloor.gef.configurer
Class AbstractConfigurerApplication
- java.lang.Object
-
- javafx.application.Application
-
- net.officefloor.gef.configurer.AbstractConfigurerApplication
-
- Direct Known Subclasses:
ExampleConfigurerMain
public abstract class AbstractConfigurerApplication extends javafx.application.Application
Provides means to test editor configurations without loading the Eclipse platform.
-
-
Constructor Summary
Constructors Constructor Description AbstractConfigurerApplication()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract void
loadConfiguration(javafx.scene.layout.Pane pane)
Loads the configuration.void
start(javafx.stage.Stage stage)
-
-
-
Method Detail
-
loadConfiguration
protected abstract void loadConfiguration(javafx.scene.layout.Pane pane)
Loads the configuration.- Parameters:
pane
-Pane
to load in the configuration.
-
start
public void start(javafx.stage.Stage stage) throws java.lang.Exception
- Specified by:
start
in classjavafx.application.Application
- Throws:
java.lang.Exception
-
-