edu.northwestern.at.utils.swing.notepad
Class Notepad.UndoHandler

java.lang.Object
  extended by edu.northwestern.at.utils.swing.notepad.Notepad.UndoHandler
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.UndoableEditListener
Enclosing class:
Notepad

protected class Notepad.UndoHandler
extends java.lang.Object
implements javax.swing.event.UndoableEditListener


Constructor Summary
protected Notepad.UndoHandler()
           
 
Method Summary
 void undoableEditHappened(javax.swing.event.UndoableEditEvent e)
          Messaged when the Document has created an edit, the edit is added to undo, an instance of UndoManager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Notepad.UndoHandler

protected Notepad.UndoHandler()
Method Detail

undoableEditHappened

public void undoableEditHappened(javax.swing.event.UndoableEditEvent e)
Messaged when the Document has created an edit, the edit is added to undo, an instance of UndoManager.

Specified by:
undoableEditHappened in interface javax.swing.event.UndoableEditListener