|
Generated by JDiff |
||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | ||||||||
| Changed Constructors | ||
Object) |
Documentation changed from old to new. |
Constructs an UndoableEditSupport object. |
void) |
Documentation changed from old to new. |
Constructs an UndoableEditSupport object. |
| Added Methods | |
UndoableEditListener[] getUndoableEditListeners() |
Returns an array of all the UndoableEditListeners added to this UndoableEditSupport with addUndoableEditListener(). |
| Changed Methods | ||
void _postEdit(UndoableEdit) |
Documentation changed from old to new. |
Called only from postEdit and endUpdate. |
void addUndoableEditListener(UndoableEditListener) |
Documentation changed from old to new. |
Registers an UndoableEditListener. |
CompoundEdit createCompoundEdit() |
Documentation changed from old to new. |
Called only from beginUpdate. |
void endUpdate() |
Documentation changed from old to new. |
DEADLOCK WARNING: Calling this method may call undoableEditHappened in all listeners. |
int getUpdateLevel() |
Documentation changed from old to new. |
Returns the update level value. |
void postEdit(UndoableEdit) |
Documentation changed from old to new. |
DEADLOCK WARNING: Calling this method may call undoableEditHappened in all listeners. |
void removeUndoableEditListener(UndoableEditListener) |
Documentation changed from old to new. |
Removes an UndoableEditListener. |
String toString() |
Documentation changed from old to new. |
Returns a string that displays and identifies this object's properties. |
|
|||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | |||||||||