|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EditExceptionPolicy
Interface for components wishing to determine how to react to an exception
caused by undoing or redoing an UndoableEdit
.
Method Summary | |
---|---|
void |
pause()
The user decides to pause the undo or redo at this point. |
void |
retry()
The user decides to retry the offending edit. |
void |
skip()
The user decides to skip the offending edit. |
Method Detail |
---|
void skip()
void retry()
void pause()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |