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

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

Subinterfaces of DropComponent 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 DropComponent
protected  DropComponent DropTargetAdapter.component
           
 

Constructors in dsto.dfc.swing.dnd with parameters of type DropComponent
DropTargetAdapter(DropComponent component)
           
 

Uses of DropComponent in dsto.dfc.swing.logging
 

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

Uses of DropComponent in dsto.dfc.swing.styles
 

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

Uses of DropComponent in dsto.dfc.swing.table
 

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

Uses of DropComponent in dsto.dfc.swing.tree
 

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

Uses of DropComponent in dsto.dfc.swing.undo
 

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