dsto.dfc.swing.undo
Interface EditExceptionPolicy

All Known Implementing Classes:
AbstractUndoableCommand, CmdRedo, CmdRedoTo, CmdUndo, CmdUndoTo

public interface EditExceptionPolicy

Interface for components wishing to determine how to react to an exception caused by undoing or redoing an UndoableEdit.

Version:
$Revision$
Author:
Peter J Smet

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

skip

void skip()
The user decides to skip the offending edit.


retry

void retry()
The user decides to retry the offending edit.


pause

void pause()
The user decides to pause the undo or redo at this point.



Copyright © 2008 Commonwealth of Australia