Package org.graffiti.editor.actions
Class ChangeAttributeValueAction
java.lang.Object
javax.swing.AbstractAction
org.graffiti.plugin.actions.GraffitiAction
org.graffiti.plugin.actions.SelectionAction
org.graffiti.editor.actions.ChangeAttributeValueAction
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
public class ChangeAttributeValueAction 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 ChangeAttributeValueAction(MainFrame mainFrame)Creates a new ChangeAttributeValueAction object. -
Method Summary
Modifier and Type Method Description voidactionPerformed(ActionEvent e)DOCUMENT ME!HelpContextgetHelpContext()Returns the help context for the action.StringgetName()Returns the name represented by a String.booleanisEnabled()Returnstrue, if this action is enabled.voidselectionChanged(SelectionEvent e)DOCUMENT ME!booleansurviveFocusChange()Returnstrue, if this action should survive a focus change.Methods inherited from class org.graffiti.plugin.actions.SelectionAction
getSelectedItems, getSelectionMethods inherited from class org.graffiti.plugin.actions.GraffitiAction
performAction, setEnabled, update, updateAllActionsMethods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener
-
Constructor Details
-
ChangeAttributeValueAction
Creates a new ChangeAttributeValueAction object.- Parameters:
mainFrame- DOCUMENT ME!
-
-
Method Details
-
getHelpContext
Returns the help context for the action.- Overrides:
getHelpContextin classGraffitiAction- Returns:
- HelpContext, the help context for the action
-
getName
Returns the name represented by a String.- Overrides:
getNamein classGraffitiAction- Returns:
- String, the name
-
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.- Overrides:
surviveFocusChangein classSelectionAction- Returns:
true, if this action should survive a focus change.
-
isEnabled
public boolean isEnabled()Description copied from class:GraffitiActionReturnstrue, if this action is enabled.- Specified by:
isEnabledin interfaceAction- Specified by:
isEnabledin classSelectionAction- Returns:
true, if this action is enabled.
-