Package org.graffiti.editor.actions
Class EditRedoAction
java.lang.Object
javax.swing.AbstractAction
org.graffiti.plugin.actions.GraffitiAction
org.graffiti.editor.actions.EditRedoAction
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
public class EditRedoAction extends GraffitiAction
Special class for redo capabilities.
- Version:
- $Revision: 1.9 $
- 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 EditRedoAction(MainFrame mainFrame)Creates a new EditRedoAction object. -
Method Summary
Modifier and Type Method Description voidactionPerformed(ActionEvent e)Implementation Note: The status of the GUIComponents has to be updated after actionPerformed was executed.HelpContextgetHelpContext()Returns the help context for this action.booleanisEnabled()Returnstrue, if this action is enabled.voidupdate()Updates the state of this action.Methods inherited from class org.graffiti.plugin.actions.GraffitiAction
getName, performAction, setEnabled, updateAllActionsMethods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener
-
Constructor Details
-
EditRedoAction
Creates a new EditRedoAction object.- Parameters:
mainFrame- DOCUMENT ME!
-
-
Method Details
-
isEnabled
public boolean isEnabled()Description copied from class:GraffitiActionReturnstrue, if this action is enabled.- Specified by:
isEnabledin interfaceAction- Specified by:
isEnabledin classGraffitiAction- Returns:
true, if this action is enabled.- See Also:
Action.isEnabled()
-
getHelpContext
Description copied from class:GraffitiActionReturns the help context for this action.- Overrides:
getHelpContextin classGraffitiAction- Returns:
- the help context for this action.
- See Also:
GraffitiAction.getHelpContext()
-
actionPerformed
Implementation Note: The status of the GUIComponents has to be updated after actionPerformed was executed.- Parameters:
e- DOCUMENT ME!
-
update
public void update()Updates the state of this action.- Overrides:
updatein classGraffitiAction
-