Uses of Interface
org.apache.pivot.wtk.DragSource
-
Packages that use DragSource 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 DragSource in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return DragSource Modifier and Type Method Description DragSource
Component. getDragSource()
Methods in org.apache.pivot.wtk with parameters of type DragSource Modifier and Type Method Description void
ComponentListener.Adapter. dragSourceChanged(Component component, DragSource previousDragSource)
Deprecated.default void
ComponentListener. dragSourceChanged(Component component, DragSource previousDragSource)
Called when a component's drag source has changed.void
ComponentListener.Listeners. dragSourceChanged(Component component, DragSource previousDragSource)
void
Component. setDragSource(DragSource dragSource)
-
Uses of DragSource in org.apache.pivot.wtk.skin
Methods in org.apache.pivot.wtk.skin with parameters of type DragSource Modifier and Type Method Description void
ComponentSkin. dragSourceChanged(Component component, DragSource previousDragSource)
-