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
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  

    Fields inherited from class javax.swing.AbstractAction

    changeSupport, enabled

    Fields inherited from interface javax.swing.Action

    ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
  • 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

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface javax.swing.Action

    accept
  • Field Details

  • Constructor Details

    • WAppRedoAction

      public WAppRedoAction​(javax.swing.undo.UndoManager u, javax.swing.JComponent[] b, WAppUndoAction ua)
      Parameters:
      u - javax.swing.undo.UndoManager
      b - javax.swing.JComponent b[]
      ua - WAppUndoAction
  • Method Details

    • actionPerformed

      public void actionPerformed​(java.awt.event.ActionEvent e)
      Specified by:
      actionPerformed in interface java.awt.event.ActionListener
    • updateRedoState

      protected void updateRedoState()