Package com.illumon.iris.schemaeditor
Class SchemaEditor.UndoSupport
java.lang.Object
javax.swing.undo.UndoableEditSupport
com.illumon.iris.schemaeditor.SchemaEditor.UndoSupport
- Enclosing class:
- SchemaEditor
public class SchemaEditor.UndoSupport extends UndoableEditSupport
-
Field Summary
Fields inherited from class javax.swing.undo.UndoableEditSupport
compoundEdit, listeners, realSource, updateLevel
-
Constructor Summary
Constructors Constructor Description UndoSupport()
-
Method Summary
Modifier and Type Method Description void
postEdit(UndoableEdit e)
Methods inherited from class javax.swing.undo.UndoableEditSupport
_postEdit, addUndoableEditListener, beginUpdate, createCompoundEdit, endUpdate, getUndoableEditListeners, getUpdateLevel, removeUndoableEditListener, toString
-
Constructor Details
-
UndoSupport
public UndoSupport()
-
-
Method Details
-
postEdit
- Overrides:
postEdit
in classUndoableEditSupport
-