Package com.bc.ceres.swing.actions
Class RedoAction
- java.lang.Object
- 
- javax.swing.AbstractAction
- 
- com.bc.ceres.swing.actions.AbstractSystemAction
- 
- com.bc.ceres.swing.actions.AbstractUndoAction
- 
- com.bc.ceres.swing.actions.RedoAction
 
 
 
 
- 
- All Implemented Interfaces:
- ActionListener,- Serializable,- Cloneable,- EventListener,- Action,- UndoableEditListener
 
 public class RedoAction extends AbstractUndoAction - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class javax.swing.AbstractActionchangeSupport, enabled
 - 
Fields inherited from interface javax.swing.ActionACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
 
- 
 - 
Constructor SummaryConstructors Constructor Description RedoAction(UndoContext undoContext)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()booleanisExecutable()- 
Methods inherited from class com.bc.ceres.swing.actions.AbstractUndoActiongetUndoContext, undoableEditHappened
 - 
Methods inherited from class com.bc.ceres.swing.actions.AbstractSystemActionactionPerformed, loadIcon, updateState
 - 
Methods inherited from class javax.swing.AbstractActionaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
- 
 
- 
- 
- 
Constructor Detail- 
RedoActionpublic RedoAction(UndoContext undoContext) 
 
- 
 - 
Method Detail- 
isExecutablepublic boolean isExecutable() - Specified by:
- isExecutablein class- AbstractSystemAction
 
 - 
executepublic void execute() - Specified by:
- executein class- AbstractSystemAction
 
 
- 
 
-