java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.inductiveautomation.ignition.designer.scripteditor.PathEditor
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class PathEditor extends JPanel
Encapsulates the UI that lets the user configure the tag change script's options, everything but the script itself.
See Also:
  • Constructor Details

    • PathEditor

      public PathEditor(DesignerContext context, boolean showFullTagTree)
  • Method Details

    • gatewayTagsTree

      public TagSelectionTreePanel gatewayTagsTree()
    • enableEditor

      public void enableEditor(boolean isEnabled)
    • setScript

      public void setScript(TagChangeScript script)
    • getScript

      public TagChangeScript getScript()
    • saveChanges

      public void saveChanges()