Class ComponentScriptEditor

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
com.inductiveautomation.factorypmi.designer.eventhandling.ComponentScriptEditor
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class ComponentScriptEditor extends JFrame
This is the frame for editing scripting on components. It has a tree on the left of various types of component scripting that can be modified. The editor that takes up the main portion gets swapped out depending on what kind of node is selected
See Also:
  • Constructor Details

  • Method Details

    • selectEvent

      public void selectEvent(Method toSelect)
    • selectCustomMethod

      public void selectCustomMethod(CustomFunction toSelect)
    • selectExtensionFunction

      public void selectExtensionFunction(String extensionToSelect)
    • getVision

      public VisionDesignerImpl getVision()
    • getTreeModel

      public DefaultTreeModel getTreeModel()
    • getTree

      public JTree getTree()
    • getBean

      public JComponent getBean()
    • getRoot

      public BindingRoot getRoot()