Class CloseViewAction

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

public class CloseViewAction
extends GraffitiAction
Represents a clone view action.
See Also:
Serialized Form
  • Constructor Details

    • CloseViewAction

      public CloseViewAction()
      Constructs a new close view action.
  • Method Details

    • isEnabled

      public boolean isEnabled()
      Description copied from class: GraffitiAction
      Returns true, if this action is enabled.
      Specified by:
      isEnabled in interface Action
      Specified by:
      isEnabled in class GraffitiAction
      Returns:
      true, if this action is enabled.
      See Also:
      Action.isEnabled()
    • getHelpContext

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

      public String getName()
      Returns the name of this action.
      Overrides:
      getName in class GraffitiAction
      Returns:
      String, the name of this action.
    • actionPerformed

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