Package net.officefloor.gef.woof.test
Class WoofIdeTestApplication
- java.lang.Object
-
- javafx.application.Application
-
- net.officefloor.gef.ide.AbstractIdeTestApplication<net.officefloor.woof.model.woof.WoofModel,net.officefloor.woof.model.woof.WoofModel.WoofEvent,net.officefloor.woof.model.woof.WoofChanges>
-
- net.officefloor.gef.woof.test.WoofIdeTestApplication
-
public class WoofIdeTestApplication extends net.officefloor.gef.ide.AbstractIdeTestApplication<net.officefloor.woof.model.woof.WoofModel,net.officefloor.woof.model.woof.WoofModel.WoofEvent,net.officefloor.woof.model.woof.WoofChanges>Tests theWoofEditor.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description WoofIdeTestApplication()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected net.officefloor.gef.ide.editor.AbstractAdaptedIdeEditor<net.officefloor.woof.model.woof.WoofModel,net.officefloor.woof.model.woof.WoofModel.WoofEvent,net.officefloor.woof.model.woof.WoofChanges>createEditor(net.officefloor.gef.bridge.EnvironmentBridge envBridge)protected java.lang.StringgetConfigurationFileName()protected java.lang.StringgetReplaceConfigurationFileName()voidinit()static voidmain(java.lang.String[] args)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception- Throws:
java.lang.Exception
-
createEditor
protected net.officefloor.gef.ide.editor.AbstractAdaptedIdeEditor<net.officefloor.woof.model.woof.WoofModel,net.officefloor.woof.model.woof.WoofModel.WoofEvent,net.officefloor.woof.model.woof.WoofChanges> createEditor(net.officefloor.gef.bridge.EnvironmentBridge envBridge)
- Specified by:
createEditorin classnet.officefloor.gef.ide.AbstractIdeTestApplication<net.officefloor.woof.model.woof.WoofModel,net.officefloor.woof.model.woof.WoofModel.WoofEvent,net.officefloor.woof.model.woof.WoofChanges>
-
getConfigurationFileName
protected java.lang.String getConfigurationFileName()
- Specified by:
getConfigurationFileNamein classnet.officefloor.gef.ide.AbstractIdeTestApplication<net.officefloor.woof.model.woof.WoofModel,net.officefloor.woof.model.woof.WoofModel.WoofEvent,net.officefloor.woof.model.woof.WoofChanges>
-
getReplaceConfigurationFileName
protected java.lang.String getReplaceConfigurationFileName()
- Specified by:
getReplaceConfigurationFileNamein classnet.officefloor.gef.ide.AbstractIdeTestApplication<net.officefloor.woof.model.woof.WoofModel,net.officefloor.woof.model.woof.WoofModel.WoofEvent,net.officefloor.woof.model.woof.WoofChanges>
-
init
public void init() throws java.lang.Exception- Overrides:
initin classjavafx.application.Application- Throws:
java.lang.Exception
-
-