Class CloneViewAction

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

public class CloneViewAction
extends GraffitiAction
Represents an action, which can clone the current view.
Version:
$Revision: 1.6 $
See Also:
Serialized Form
  • Constructor Details

    • CloneViewAction

      public CloneViewAction()
      Constructs a new clone 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!