com.lightdev.app.shtm
Class FrmMain.UndoHandler

java.lang.Object
  extended by com.lightdev.app.shtm.FrmMain.UndoHandler
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.UndoableEditListener
Enclosing class:
FrmMain

public class FrmMain.UndoHandler
extends java.lang.Object
implements javax.swing.event.UndoableEditListener

inner class for handling undoable edit events


Constructor Summary
FrmMain.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

FrmMain.UndoHandler

public FrmMain.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