Class ExampleOfficeEditorMain
- java.lang.Object
-
- javafx.application.Application
-
- net.officefloor.eclipse.editor.test.AbstractEditorTestApplication<OfficeModel>
-
- net.officefloor.eclipse.editor.test.ExampleOfficeEditorMain
-
public class ExampleOfficeEditorMain extends AbstractEditorTestApplication<OfficeModel>
Main for running example editor.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description ExampleOfficeEditorMain()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
buildModels(AdaptedBuilderContext builder)
Builds theAdaptedModel
instances.protected OfficeModel
createRootModel()
Creates the rootModel
.protected OfficeModel
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<OfficeModel>
- Parameters:
builder
-AdaptedBuilderContext
.
-
createRootModel
protected OfficeModel createRootModel()
Description copied from class:AbstractEditorTestApplication
Creates the rootModel
.- Specified by:
createRootModel
in classAbstractEditorTestApplication<OfficeModel>
- Returns:
- Root
Model
.
-
createRootReplacement
protected OfficeModel createRootReplacement()
Description copied from class:AbstractEditorTestApplication
Creates the replacement rootModel
.- Specified by:
createRootReplacement
in classAbstractEditorTestApplication<OfficeModel>
- Returns:
- Replacement root
Model
.
-
-