HEADER

ru.biosoft.gui
Class UndoAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--ru.biosoft.gui.UndoAction

public class UndoAction
extends AbstractAction


Field Summary
 final static StringKEY
           

Constructor Summary
UndoAction()
           
UndoAction(boolean enabled)
           

Method Summary
 voidactionPerformed(ActionEvent e)
           

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

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

Field Detail

KEY

public final static String KEY
Constructor Detail

UndoAction

public UndoAction()

UndoAction

public UndoAction(boolean enabled)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)

Association Links

to Class java.lang.String


FOOTER

BOTTOM