Uses of Interface
pivot.wtk.DragSource

Packages that use DragSource
pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
 

Uses of DragSource in pivot.wtk
 

Methods in pivot.wtk that return DragSource
 DragSource Component.getDragSource()
           
 

Methods in pivot.wtk with parameters of type DragSource
 void ComponentDragDropListener.dragSourceChanged(Component component, DragSource previousDragSource)
          Called when a component's drag source has changed.
 void Component.setDragSource(DragSource dragSource)