Package org.graffiti.editor.actions
Class DeleteAttributeAction
java.lang.Object
javax.swing.AbstractAction
org.graffiti.plugin.actions.GraffitiAction
org.graffiti.plugin.actions.SelectionAction
org.graffiti.editor.actions.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
-
Field Summary
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
-
Constructor Summary
Constructors Constructor Description DeleteAttributeAction(MainFrame mainFrame)
Constructs a new delete attribute action. -
Method Summary
Modifier and Type Method Description void
actionPerformed(ActionEvent e)
DOCUMENT ME!HelpContext
getHelpContext()
Returns the help context of this action.String
getName()
Returns the name of this action.boolean
isEnabled()
Returnstrue
, if this action is enabled.void
selectionChanged(SelectionEvent e)
DOCUMENT ME!boolean
surviveFocusChange()
Returnstrue
, if this action should survive a focus change in the editor.Methods inherited from class org.graffiti.plugin.actions.SelectionAction
getSelectedItems, getSelection
Methods inherited from class org.graffiti.plugin.actions.GraffitiAction
performAction, setEnabled, update, updateAllActions
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener
-
Constructor Details
-
DeleteAttributeAction
Constructs a new delete attribute action.- Parameters:
mainFrame
- DOCUMENT ME!
-
-
Method Details
-
getHelpContext
Returns the help context of this action.- Overrides:
getHelpContext
in classGraffitiAction
- Returns:
- the help context of this action.
-
getName
Returns the name of this action.- Overrides:
getName
in classGraffitiAction
- Returns:
- the name of this action.
-
actionPerformed
DOCUMENT ME!- Parameters:
e
- DOCUMENT ME!
-
selectionChanged
DOCUMENT ME!- Parameters:
e
- DOCUMENT ME!
-
surviveFocusChange
public boolean surviveFocusChange()Returnstrue
, if this action should survive a focus change in the editor.- Overrides:
surviveFocusChange
in classSelectionAction
- Returns:
true
, if this action should survive a focus chage in the editor.
-
isEnabled
public boolean isEnabled()Description copied from class:GraffitiAction
Returnstrue
, if this action is enabled.- Specified by:
isEnabled
in interfaceAction
- Specified by:
isEnabled
in classSelectionAction
- Returns:
true
, if this action is enabled.
-