|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.acm.seguin.ide.common.UndoAdapter
org.acm.seguin.ide.jbuilder.UndoAction
public class UndoAction
Performs the undo operation
| 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 | |
|---|---|
UndoAction()
Constructor for the UndoAction object |
|
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Adds a feature to the PropertyChangeListener attribute of the UndoAction object |
java.lang.Object |
getValue(java.lang.String key)
Gets the Value attribute of the UndoAction object |
boolean |
isEnabled()
Gets the Enabled attribute of the UndoAction object |
void |
putValue(java.lang.String key,
java.lang.Object value)
Sets the Value attribute of the UndoAction object |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
Removes a listener |
void |
setEnabled(boolean value)
Sets the Enabled attribute of the UndoAction object |
| Methods inherited from class org.acm.seguin.ide.common.UndoAdapter |
|---|
actionPerformed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.awt.event.ActionListener |
|---|
actionPerformed |
| Constructor Detail |
|---|
public UndoAction()
| Method Detail |
|---|
public void setEnabled(boolean value)
setEnabled in interface javax.swing.Actionvalue - The new Enabled valuepublic java.lang.Object getValue(java.lang.String key)
getValue in interface javax.swing.Actionkey - Description of Parameter
public boolean isEnabled()
isEnabled in interface javax.swing.Actionpublic void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
addPropertyChangeListener in interface javax.swing.Actionlistener - The feature to be added to the PropertyChangeListener
attribute
public void putValue(java.lang.String key,
java.lang.Object value)
putValue in interface javax.swing.Actionkey - The new key valuevalue - The new value valuepublic void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
removePropertyChangeListener in interface javax.swing.Actionlistener - the listener to be removed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||