Uses of Package
dsto.dfc.swing.undo

Packages that use dsto.dfc.swing.undo
dsto.dfc.swing.panels Provides MDI-style window management support for managing a set of components. 
dsto.dfc.swing.undo Extends Swing undo/redo framework to add generalized support for monitoring user edits and displaying them in a UI. 
 

Classes in dsto.dfc.swing.undo used by dsto.dfc.swing.panels
AbstractMonitoredEdit
          Abstract implementation of the MonitoredEdit interface.
MonitoredEdit
          An extended undoable edit.
PropertyEdit
          Used to undo property changes.
PropertyEditBean
          Bean PropertyEdit class for Bean serialisation support.
Restorable
          Some UndoableEdit must execute within a context.
UndoableEditSource
          An interface for components wishing to generate UndoableEdits.
 

Classes in dsto.dfc.swing.undo used by dsto.dfc.swing.undo
AbstractMonitoredEdit
          Abstract implementation of the MonitoredEdit interface.
AbstractUndoableCommand
          Abstract super class for undo and redo commands.
CmdRedo
          Command to invoke a single redo () on the MonitoredUndoManager.
CmdRedoTo
          Command class to invoke redoTo () on a MonitoredUndoManager.
CmdUndo
          Command to invoke a single undo () on the MonitoredUndoManager.
CmdUndoTo
          Command to invoke undoTo () on a MonitoredUndoManager.
EditExceptionHandler
          Policy for handling exceptions and interrogating user for options.
EditExceptionPolicy
          Interface for components wishing to determine how to react to an exception caused by undoing or redoing an UndoableEdit.
EditListModel
          Implementation of a JList ListModel that stores UndoableEdits, for use by the MonitoredUndoManager.
EditListView
          List view of an EditListModel, with a custom renderer which highlights not only the UndoableEdit in the list, but also the undo cursor of the MonitoredUndoManager using the edit list.
MonitoredEdit
          An extended undoable edit.
MonitoredUndoManager
          Provides the same functions as the Swing UndoManager, plus provides functionality to skip non-undoable edits in the middle of the history list.
ParametersPanel
          Shows details of a monitored edit, including its parameters in a table.
PropertyEdit
          Used to undo property changes.
Restorable
          Some UndoableEdit must execute within a context.
 



Copyright © 2008 Commonwealth of Australia