Uses of Interface
pivot.wtk.DropTarget

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

Uses of DropTarget in pivot.wtk
 

Methods in pivot.wtk that return DropTarget
 DropTarget Component.getDropTarget()
           
 

Methods in pivot.wtk with parameters of type DropTarget
 void ComponentDragDropListener.dropTargetChanged(Component component, DropTarget previousDropTarget)
          Called when a component's drop target has changed.
 void Component.setDropTarget(DropTarget dropTarget)