Package net.officefloor.gef.section.test
Class SectionIdeTestApplication
- java.lang.Object
-
- javafx.application.Application
-
- net.officefloor.gef.ide.AbstractIdeTestApplication<SectionModel,SectionModel.SectionEvent,SectionChanges>
-
- net.officefloor.gef.section.test.SectionIdeTestApplication
-
public class SectionIdeTestApplication extends AbstractIdeTestApplication<SectionModel,SectionModel.SectionEvent,SectionChanges>
Tests theSectionEditor
.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description SectionIdeTestApplication()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractAdaptedIdeEditor<SectionModel,SectionModel.SectionEvent,SectionChanges>
createEditor(EnvironmentBridge envBridge)
Creates theAbstractAdaptedIdeEditor
.protected java.lang.String
getConfigurationFileName()
Obtains path to theWritableConfigurationItem
.protected java.lang.String
getReplaceConfigurationFileName()
Obtains path to theWritableConfigurationItem
to replace rootModel
.void
init()
static void
main(java.lang.String[] args)
-
Methods inherited from class net.officefloor.gef.ide.AbstractIdeTestApplication
register, start
-
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception
- Throws:
java.lang.Exception
-
createEditor
protected AbstractAdaptedIdeEditor<SectionModel,SectionModel.SectionEvent,SectionChanges> createEditor(EnvironmentBridge envBridge)
Description copied from class:AbstractIdeTestApplication
Creates theAbstractAdaptedIdeEditor
.- Specified by:
createEditor
in classAbstractIdeTestApplication<SectionModel,SectionModel.SectionEvent,SectionChanges>
- Parameters:
envBridge
-EnvironmentBridge
.- Returns:
AbstractAdaptedIdeEditor
.
-
getConfigurationFileName
protected java.lang.String getConfigurationFileName()
Description copied from class:AbstractIdeTestApplication
Obtains path to theWritableConfigurationItem
.- Specified by:
getConfigurationFileName
in classAbstractIdeTestApplication<SectionModel,SectionModel.SectionEvent,SectionChanges>
- Returns:
- Path to the
WritableConfigurationItem
.
-
getReplaceConfigurationFileName
protected java.lang.String getReplaceConfigurationFileName()
Description copied from class:AbstractIdeTestApplication
Obtains path to theWritableConfigurationItem
to replace rootModel
.- Specified by:
getReplaceConfigurationFileName
in classAbstractIdeTestApplication<SectionModel,SectionModel.SectionEvent,SectionChanges>
- Returns:
- Path to the
WritableConfigurationItem
to replace rootModel
.
-
init
public void init() throws java.lang.Exception
- Overrides:
init
in classjavafx.application.Application
- Throws:
java.lang.Exception
-
-