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 SummaryConstructors Constructor Description ExampleOfficeFloorEditorMain()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbuildModels(AdaptedBuilderContext builder)Builds theAdaptedModelinstances.protected OfficeFloorModelcreateRootModel()Creates the rootModel.protected OfficeFloorModelcreateRootReplacement()Creates the replacement rootModel.static voidmain(java.lang.String[] args)Main to run the editor.- 
Methods inherited from class net.officefloor.eclipse.editor.test.AbstractEditorTestApplicationcreateModule, setSelectOnly, start
 
- 
 
- 
- 
- 
Method Detail- 
mainpublic static void main(java.lang.String[] args) Main to run the editor.- Parameters:
- args- Command line arguments.
 
 - 
buildModelsprotected void buildModels(AdaptedBuilderContext builder) Description copied from class:AbstractEditorTestApplicationBuilds theAdaptedModelinstances.- Specified by:
- buildModelsin class- AbstractEditorTestApplication<OfficeFloorModel>
- Parameters:
- builder-- AdaptedBuilderContext.
 
 - 
createRootModelprotected OfficeFloorModel createRootModel() Description copied from class:AbstractEditorTestApplicationCreates the rootModel.- Specified by:
- createRootModelin class- AbstractEditorTestApplication<OfficeFloorModel>
- Returns:
- Root Model.
 
 - 
createRootReplacementprotected OfficeFloorModel createRootReplacement() Description copied from class:AbstractEditorTestApplicationCreates the replacement rootModel.- Specified by:
- createRootReplacementin class- AbstractEditorTestApplication<OfficeFloorModel>
- Returns:
- Replacement root Model.
 
 
- 
 
-