Class SessionEditUndoSupport
java.lang.Object
javax.swing.undo.UndoableEditSupport
ca.phon.app.session.editor.undo.SessionEditUndoSupport
Undo support for the
EditorEventManager
-
Field Summary
Fields inherited from class javax.swing.undo.UndoableEditSupport
compoundEdit, listeners, realSource, updateLevel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
beginUpdate
(String presentationName) protected CompoundEdit
void
void
Methods inherited from class javax.swing.undo.UndoableEditSupport
_postEdit, addUndoableEditListener, beginUpdate, getUndoableEditListeners, getUpdateLevel, removeUndoableEditListener, toString
-
Constructor Details
-
SessionEditUndoSupport
public SessionEditUndoSupport()
-
-
Method Details
-
postEdit
- Overrides:
postEdit
in classUndoableEditSupport
-
createCompoundEdit
- Overrides:
createCompoundEdit
in classUndoableEditSupport
-
beginUpdate
-
endUpdate
public void endUpdate()- Overrides:
endUpdate
in classUndoableEditSupport
-