Package com.bc.ceres.swing.actions
Class AbstractUndoAction
java.lang.Object
javax.swing.AbstractAction
com.bc.ceres.swing.actions.AbstractSystemAction
com.bc.ceres.swing.actions.AbstractUndoAction
- All Implemented Interfaces:
- ActionListener,- Serializable,- Cloneable,- EventListener,- Action,- UndoableEditListener
- Direct Known Subclasses:
- RedoAction,- UndoAction
public abstract class AbstractUndoAction
extends AbstractSystemAction
implements UndoableEditListener
- See Also:
- 
Field SummaryFields inherited from class javax.swing.AbstractActionchangeSupport, enabledFields 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 SummaryConstructorsConstructorDescriptionAbstractUndoAction(UndoContext undoContext, String name, KeyStroke acceleratorKey, String iconResource) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidMethods inherited from class com.bc.ceres.swing.actions.AbstractSystemActionactionPerformed, execute, isExecutable, loadIcon, updateStateMethods inherited from class javax.swing.AbstractActionaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
- 
Constructor Details- 
AbstractUndoActionpublic AbstractUndoAction(UndoContext undoContext, String name, KeyStroke acceleratorKey, String iconResource) 
 
- 
- 
Method Details- 
undoableEditHappened- Specified by:
- undoableEditHappenedin interface- UndoableEditListener
 
- 
getUndoContext
 
-