Module org.autogui

Class KeyUndoManager

java.lang.Object
org.autogui.swing.util.KeyUndoManager
All Implemented Interfaces:
FocusListener, KeyListener, EventListener, UndoableEditListener

public class KeyUndoManager extends Object implements KeyListener, UndoableEditListener, FocusListener
the class provides Undo and Redo actions for text panes.

usage:

     KeyUndoManager km = new KeyUndoManager();
     km.putListenersAndActionsTo(editorPane);