Class DeleteAttributeAction

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

public class DeleteAttributeAction
extends SelectionAction
DOCUMENT ME!
Version:
$Revision: 1.7 $ $Date: 2010/12/22 13:05:53 $
Author:
$Author: klukas $
See Also:
Serialized Form
  • Constructor Details

    • DeleteAttributeAction

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

    • getHelpContext

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

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

      public void actionPerformed​(ActionEvent e)
      DOCUMENT ME!
      Parameters:
      e - DOCUMENT ME!
    • selectionChanged

      public void selectionChanged​(SelectionEvent e)
      DOCUMENT ME!
      Parameters:
      e - DOCUMENT ME!
    • surviveFocusChange

      public boolean surviveFocusChange()
      Returns true, if this action should survive a focus change in the editor.
      Overrides:
      surviveFocusChange in class SelectionAction
      Returns:
      true, if this action should survive a focus chage in the editor.
    • 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 SelectionAction
      Returns:
      true, if this action is enabled.