Uses of Interface
dsto.dfc.swing.dnd.DragComponent

Packages that use DragComponent
dsto.dfc.swing.dnd Extensions to the AWT Drag and Drop/Copy and Paste packages. 
dsto.dfc.swing.logging Components for displaying log messages. 
dsto.dfc.swing.styles   
dsto.dfc.swing.table Extension of the Swing table framework to support advanced (add, remove, copy, paste etc) table models and provide several extensions to the JTable component. 
dsto.dfc.swing.tree Extends the Swing tree package to add support for advanced tree models (supporting add, remove, copy, paste etc) and provide several extensions to the JTree component. 
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 DragComponent in dsto.dfc.swing.dnd
 

Subinterfaces of DragComponent in dsto.dfc.swing.dnd
 interface DragDropComponent
          Covenience interface for components that implement both DragComponent and DropComponent.
 

Fields in dsto.dfc.swing.dnd declared as DragComponent
protected  DragComponent DragSourceAdapter.component
           
 

Methods in dsto.dfc.swing.dnd that return DragComponent
static DragComponent DragSourceAdapter.getCurrentDragComponent()
           
 

Constructors in dsto.dfc.swing.dnd with parameters of type DragComponent
DragSourceAdapter(DragComponent component)
           
DragSourceAdapter(DragComponent component, DragGestureRecognizer recognizer)
           
 

Uses of DragComponent in dsto.dfc.swing.logging
 

Classes in dsto.dfc.swing.logging that implement DragComponent
 class LogMessageTable
          Display a LogMessageBuffer in a table view.
 

Uses of DragComponent in dsto.dfc.swing.styles
 

Classes in dsto.dfc.swing.styles that implement DragComponent
 class StyleSheetTableView
          Views/edits a StyleSheet in a table view.
 

Uses of DragComponent in dsto.dfc.swing.table
 

Classes in dsto.dfc.swing.table that implement DragComponent
 class DfcTable
          DFC extended table component.
 class MapTableView
          Edits a java.util.Map in a table view.
 

Uses of DragComponent in dsto.dfc.swing.tree
 

Classes in dsto.dfc.swing.tree that implement DragComponent
 class DfcTree
          DFC'ified JTree, adding support for operations based on the extended DfcTreeModel.
 

Uses of DragComponent in dsto.dfc.swing.undo
 

Classes in dsto.dfc.swing.undo that implement DragComponent
 class 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.
 



Copyright © 2008 Commonwealth of Australia