|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UndoableEditProcessor
Allows for the (compound) processing of UndoableEdits. One can use UndoableEditSupport to implement this.
Method Summary | |
---|---|
void |
beginUpdate()
Starts a new CompoundEdit and adds subsequent edits to it. |
void |
endUpdate()
Ends the CompoundEdit |
void |
postEdit(UndoableEdit edit)
Post (execute) the edit. |
boolean |
supports(UndoableEdit edit)
Return true if this interface supports this edit |
Method Detail |
---|
void beginUpdate()
void endUpdate()
void postEdit(UndoableEdit edit)
boolean supports(UndoableEdit edit)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |