Class 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 the WoofEditor.
    Author:
    Daniel Sagenschneider
    • Nested Class Summary

      • Nested classes/interfaces inherited from class javafx.application.Application

        javafx.application.Application.Parameters
    • Field Summary

      • Fields inherited from class javafx.application.Application

        STYLESHEET_CASPIAN, STYLESHEET_MODENA
    • 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.String getConfigurationFileName()  
      protected java.lang.String getReplaceConfigurationFileName()  
      void init()  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class net.officefloor.gef.ide.AbstractIdeTestApplication

        register, start
      • Methods inherited from class javafx.application.Application

        getHostServices, getParameters, getUserAgentStylesheet, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WoofIdeTestApplication

        public WoofIdeTestApplication()
    • 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:
        createEditor in class net.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:
        getConfigurationFileName in class net.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:
        getReplaceConfigurationFileName in class net.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:
        init in class javafx.application.Application
        Throws:
        java.lang.Exception