Package ptolemy.gui
Class UndoListener.RedoAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- ptolemy.gui.UndoListener.RedoAction
-
- 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.RedoAction extends javax.swing.AbstractAction
Perform the redo action.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RedoAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
_updateRedoState()
Depending on the whether the undo manager can redo, 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
-
-