swing.addon
Class TextEditor.UndoAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--javax.swing.text.TextAction
              |
              +--swing.addon.TextEditor.UndoAction
Enclosing class:
TextEditor

public class TextEditor.UndoAction
extends javax.swing.text.TextAction

See Also:
Serialized Form

Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Constructor Summary
TextEditor.UndoAction()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent arg0)
           
 
Methods inherited from class javax.swing.text.TextAction
augmentList, getFocusedComponent, getTextComponent
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextEditor.UndoAction

public TextEditor.UndoAction()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent arg0)
Overrides:
actionPerformed in class javax.swing.AbstractAction