| |
|
| java.lang.Object org.acm.seguin.ide.common.UndoAdapter org.acm.seguin.ide.jbuilder.UndoAction
UndoAction | public class UndoAction extends UndoAdapter implements Action(Code) | | Performs the undo operation
author: Chris Seguin |
UndoAction | public UndoAction()(Code) | | Constructor for the UndoAction object
|
addPropertyChangeListener | public void addPropertyChangeListener(PropertyChangeListener listener)(Code) | | Adds a feature to the PropertyChangeListener attribute of the
UndoAction object
Parameters: listener - The feature to be added to the PropertyChangeListenerattribute |
getValue | public Object getValue(String key)(Code) | | Gets the Value attribute of the UndoAction object
Parameters: key - Description of Parameter The Value value |
isEnabled | public boolean isEnabled()(Code) | | Gets the Enabled attribute of the UndoAction object
The Enabled value |
putValue | public void putValue(String key, Object value)(Code) | | Sets the Value attribute of the UndoAction object
Parameters: key - The new key value Parameters: value - The new value value |
removePropertyChangeListener | public void removePropertyChangeListener(PropertyChangeListener listener)(Code) | | Removes a listener
Parameters: listener - the listener to be removed |
setEnabled | public void setEnabled(boolean value)(Code) | | Sets the Enabled attribute of the UndoAction object
Parameters: value - The new Enabled value |
|
|
|