java.lang.Object
javax.swing.AbstractAction
com.inductiveautomation.ignition.designer.tags.tree.action.TagTreeAction
com.inductiveautomation.ignition.designer.tags.tree.action.CopyTagJsonAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action, TreeSelectionListener

public class CopyTagJsonAction extends TagTreeAction
See Also:
  • Constructor Details

  • Method Details

    • maxSelectionCount

      protected int maxSelectionCount()
      Specified by:
      maxSelectionCount in class TagTreeAction
      Returns:
      the maximum selection that could cause this action to be enabled
    • shouldBeEnabled

      protected boolean shouldBeEnabled(BrowseTreeNode node)
      Description copied from class: TagTreeAction
      Called for each selected node that isn't a meta node. The action will become enabled only if all selected nodes are not meta nodes and this function returns true for each node.
      Specified by:
      shouldBeEnabled in class TagTreeAction
    • actionPerformed

      public void actionPerformed(ActionEvent e)