Uses of Interface
org.apache.pivot.wtk.DropTarget

Packages that use DropTarget
org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
org.apache.pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins. 
 

Uses of DropTarget in org.apache.pivot.wtk
 

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

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

Uses of DropTarget in org.apache.pivot.wtk.skin
 

Methods in org.apache.pivot.wtk.skin with parameters of type DropTarget
 void ComponentSkin.dropTargetChanged(Component componentArgument, DropTarget previousDropTarget)