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[]redoCoprivate javax.swing.undo.UndoManagerundoprivate WAppUndoActionundoAction -
Constructor Summary
Constructors Constructor Description WAppRedoAction(javax.swing.undo.UndoManager u, javax.swing.JComponent[] b, WAppUndoAction ua) -
Method Summary
Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)protected voidupdateRedoState()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:
actionPerformedin interfacejava.awt.event.ActionListener
-
updateRedoState
protected void updateRedoState()
-