Class TagStructurePanel.TagAction

java.lang.Object
javax.swing.AbstractAction
com.inductiveautomation.ignition.client.util.action.BaseAction
com.inductiveautomation.ignition.designer.tags.editing.dialog.TagStructurePanel.TagAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
TagStructurePanel

protected abstract class TagStructurePanel.TagAction extends BaseAction
See Also:
  • Constructor Details

    • TagAction

      public TagAction(String bundleKey, Icon icon)
  • Method Details

    • evaluateEnabled

      protected boolean evaluateEnabled()
      Description copied from class: BaseAction
      Evaluates whether or not the action should be enabled
      Overrides:
      evaluateEnabled in class BaseAction