|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void beginUpdate()
public void endUpdate()
public void postEdit(UndoableEdit edit)
public boolean supports(UndoableEdit edit)
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |