Class SelectAllAction

All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class SelectAllAction
extends SelectionAction
Represents a "select all graph elements" action.
Version:
$Revision: 1.6 $
See Also:
Serialized Form
  • Constructor Details

    • SelectAllAction

      public SelectAllAction​(MainFrame mainFrame)
      Constructs a new copy action.
      Parameters:
      mainFrame - DOCUMENT ME!
  • Method Details

    • getHelpContext

      public HelpContext getHelpContext()
      Returns the help context for the action.
      Overrides:
      getHelpContext in class GraffitiAction
      Returns:
      HelpContext, the help context for the action
    • actionPerformed

      public void actionPerformed​(ActionEvent e)
      Executes this action.
      Parameters:
      e - DOCUMENT ME!
    • isEnabled

      public boolean isEnabled()
      DOCUMENT ME!
      Specified by:
      isEnabled in interface Action
      Specified by:
      isEnabled in class SelectionAction
      Returns:
      DOCUMENT ME!