Package hipp.com.wappedidpadpro2
Class WAppRedoAction
java.lang.Object
javax.swing.AbstractAction
hipp.com.wappedidpadpro2.WAppRedoAction
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class WAppRedoAction
extends javax.swing.AbstractAction
implements java.awt.event.ActionListener
WAppRedoAction
do redo actions
do redo actions
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description private javax.swing.JComponent[]
redoCo
private javax.swing.undo.UndoManager
undo
private WAppUndoAction
undoAction
-
Constructor Summary
Constructors Constructor Description WAppRedoAction(javax.swing.undo.UndoManager u, javax.swing.JComponent[] b, WAppUndoAction ua)
-
Method Summary
Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
protected void
updateRedoState()
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Field Details
-
undo
private javax.swing.undo.UndoManager undo -
redoCo
private javax.swing.JComponent[] redoCo -
undoAction
-
-
Constructor Details
-
WAppRedoAction
public WAppRedoAction(javax.swing.undo.UndoManager u, javax.swing.JComponent[] b, WAppUndoAction ua)- Parameters:
u
- javax.swing.undo.UndoManagerb
- javax.swing.JComponent b[]ua
- WAppUndoAction
-
-
Method Details
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)- Specified by:
actionPerformed
in interfacejava.awt.event.ActionListener
-
updateRedoState
protected void updateRedoState()
-