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