Uses of Interface
dsto.dfc.swing.undo.EditExceptionPolicy

Packages that use EditExceptionPolicy
dsto.dfc.swing.undo Extends Swing undo/redo framework to add generalized support for monitoring user edits and displaying them in a UI. 
 

Uses of EditExceptionPolicy in dsto.dfc.swing.undo
 

Classes in dsto.dfc.swing.undo that implement EditExceptionPolicy
 class AbstractUndoableCommand
          Abstract super class for undo and redo commands.
 class CmdRedo
          Command to invoke a single redo () on the MonitoredUndoManager.
 class CmdRedoTo
          Command class to invoke redoTo () on a MonitoredUndoManager.
 class CmdUndo
          Command to invoke a single undo () on the MonitoredUndoManager.
 class CmdUndoTo
          Command to invoke undoTo () on a MonitoredUndoManager.
 

Methods in dsto.dfc.swing.undo with parameters of type EditExceptionPolicy
 int EditExceptionHandler.handleNonExecutableEdit(String errorMessage, EditExceptionPolicy editExceptionPolicy)
          Factory method to get the user's decision as to how to handle an exception-causing edit.
 



Copyright © 2008 Commonwealth of Australia