Class ExampleOfficeFloorEditorMain
- java.lang.Object
-
- javafx.application.Application
-
- net.officefloor.eclipse.editor.test.AbstractEditorTestApplication<OfficeFloorModel>
-
- net.officefloor.eclipse.editor.test.ExampleOfficeFloorEditorMain
-
- Direct Known Subclasses:
ExampleSelectOnlyOfficeFloorEditorMain
public class ExampleOfficeFloorEditorMain extends AbstractEditorTestApplication<OfficeFloorModel>
Main for running example editor.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description ExampleOfficeFloorEditorMain()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
buildModels(AdaptedBuilderContext builder)
Builds theAdaptedModel
instances.protected OfficeFloorModel
createRootModel()
Creates the rootModel
.protected OfficeFloorModel
createRootReplacement()
Creates the replacement rootModel
.static void
main(java.lang.String[] args)
Main to run the editor.-
Methods inherited from class net.officefloor.eclipse.editor.test.AbstractEditorTestApplication
createModule, setSelectOnly, start
-
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
Main to run the editor.- Parameters:
args
- Command line arguments.
-
buildModels
protected void buildModels(AdaptedBuilderContext builder)
Description copied from class:AbstractEditorTestApplication
Builds theAdaptedModel
instances.- Specified by:
buildModels
in classAbstractEditorTestApplication<OfficeFloorModel>
- Parameters:
builder
-AdaptedBuilderContext
.
-
createRootModel
protected OfficeFloorModel createRootModel()
Description copied from class:AbstractEditorTestApplication
Creates the rootModel
.- Specified by:
createRootModel
in classAbstractEditorTestApplication<OfficeFloorModel>
- Returns:
- Root
Model
.
-
createRootReplacement
protected OfficeFloorModel createRootReplacement()
Description copied from class:AbstractEditorTestApplication
Creates the replacement rootModel
.- Specified by:
createRootReplacement
in classAbstractEditorTestApplication<OfficeFloorModel>
- Returns:
- Replacement root
Model
.
-
-