ide
Class VeriSimDocumentFrame.UndoAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--ide.VeriSimDocumentFrame.UndoAction

class VeriSimDocumentFrame.UndoAction
extends javax.swing.AbstractAction

See Also:
Serialized Form

Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled, keyTable
 
Constructor Summary
VeriSimDocumentFrame.UndoAction()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
protected  void update()
           
 
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, registerNatives, toString, wait, wait, wait
 

Constructor Detail

VeriSimDocumentFrame.UndoAction

public VeriSimDocumentFrame.UndoAction()
Method Detail

actionPerformed

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

update

protected void update()