swingwtx.swing.undo
Class UndoableEditSupport
java.lang.Object
swingwtx.swing.undo.UndoableEditSupport
- public class UndoableEditSupport
- extends java.lang.Object
UndoableEditSupport
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
compoundEdit
protected CompoundEdit compoundEdit
realSource
protected java.lang.Object realSource
updateLevel
protected int updateLevel
listenerList
protected EventListenerList listenerList
- Listener support
UndoableEditSupport
public UndoableEditSupport()
UndoableEditSupport
public UndoableEditSupport(java.lang.Object source)
getUpdateLevel
public int getUpdateLevel()
postEdit
public void postEdit(UndoableEdit undoableEdit)
createCompoundEdit
protected CompoundEdit createCompoundEdit()
beginUpdate
public void beginUpdate()
endUpdate
public void endUpdate()
addUndoableEditListener
public void addUndoableEditListener(UndoableEditListener undoableEditListener)
removeUndoableEditListener
public void removeUndoableEditListener(UndoableEditListener undoableEditListener)
getUndoableEditListeners
public UndoableEditListener[] getUndoableEditListeners()