examples.history
Class TextComponentDemo.RedoAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--examples.history.TextComponentDemo.RedoAction

class TextComponentDemo.RedoAction
extends AbstractAction


Fields inherited from class javax.swing.AbstractAction
enabled, changeSupport

Constructor Summary
TextComponentDemo.RedoAction()
           

Method Summary
 voidactionPerformed(ActionEvent e)
           
 protected voidupdateRedoState()
           

Methods inherited from class javax.swing.AbstractAction
getValue, putValue, isEnabled, setEnabled, getKeys, firePropertyChange, addPropertyChangeListener, removePropertyChangeListener, clone

Methods inherited from class java.lang.Object
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait, finalize

Constructor Detail

TextComponentDemo.RedoAction

public TextComponentDemo.RedoAction()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)

updateRedoState

protected void updateRedoState()