Package ptolemy.gui
Class UndoListener.UndoAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- ptolemy.gui.UndoListener.UndoAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- UndoListener
protected class UndoListener.UndoAction extends javax.swing.AbstractAction
Perform the undo action.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UndoAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
_updateUndoState()
Depending on the whether the undo manager can undo, enable and disable the undo state.void
actionPerformed(java.awt.event.ActionEvent e)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-