Uses of Interface
org.apache.pivot.wtk.DropTarget
-
Packages that use DropTarget Package Description 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 Modifier and Type Method Description DropTarget
Component. getDropTarget()
Methods in org.apache.pivot.wtk with parameters of type DropTarget Modifier and Type Method Description void
ComponentListener.Adapter. dropTargetChanged(Component component, DropTarget previousDropTarget)
Deprecated.default void
ComponentListener. dropTargetChanged(Component component, DropTarget previousDropTarget)
Called when a component's drop target has changed.void
ComponentListener.Listeners. 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 Modifier and Type Method Description void
ComponentSkin. dropTargetChanged(Component component, DropTarget previousDropTarget)
-