Uses of Class
dsto.dfc.swing.undo.EditListView

Packages that use EditListView
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 EditListView in dsto.dfc.swing.undo
 

Fields in dsto.dfc.swing.undo declared as EditListView
protected  EditListView ParametersPanel.editListView
          A link to the EditListView where the edit is displayed.
protected  EditListView MonitorPanel.editListView
           
 

Methods in dsto.dfc.swing.undo that return EditListView
 EditListView MonitorPanel.getEditListView()
           
 

Constructors in dsto.dfc.swing.undo with parameters of type EditListView
CmdRedoTo(EditListView editListView, MonitoredUndoManager undoManager)
           
CmdUndoTo(EditListView editListView, MonitoredUndoManager undoManager)
           
ParametersPanel(EditListView editListView)
          Creates a ParametersPanel which listens to editListView for changes in edit selection.
 



Copyright © 2008 Commonwealth of Australia