java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
com.inductiveautomation.ignition.designer.designable.standalone.StandaloneDesigner
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class StandaloneDesigner extends JFrame
This class exists just for testing and development purposes. It houses a DesignableWorkspace with no dependencies on a DesginerContext (and thus can be run standalone outside of the Ignition Designer).
See Also:
  • Field Details

    • RESOURCE_TYPE

      public static final ResourceType RESOURCE_TYPE
  • Constructor Details

    • StandaloneDesigner

      public StandaloneDesigner()
  • Method Details

    • main

      public static void main(String[] args)