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.AbstractActionPerform 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.voidactionPerformed(java.awt.event.ActionEvent e)-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-