com.infoengine.modeler.UI
Class EditorPanel.UndoHandler

java.lang.Object
  extended bycom.infoengine.modeler.UI.EditorPanel.UndoHandler
All Implemented Interfaces:
EventListener, UndoableEditListener
Enclosing class:
EditorPanel

class EditorPanel.UndoHandler
extends Object
implements UndoableEditListener

internal class that keeps the undo manager and document state up to date.


Constructor Summary
(package private) EditorPanel.UndoHandler()
           
 
Method Summary
 void undoableEditHappened(UndoableEditEvent uee)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorPanel.UndoHandler

EditorPanel.UndoHandler()
Method Detail

undoableEditHappened

public void undoableEditHappened(UndoableEditEvent uee)
Specified by:
undoableEditHappened in interface UndoableEditListener