Uses of Package
com.javadocking.drag

Packages that use com.javadocking.drag
com.javadocking Contains the interfaces and implementations of the Java Docking library. 
com.javadocking.component Contains the interfaces and default implementations for the components and component factories that are used by the docking library. 
com.javadocking.dockable Contains the interfaces and implementations for dockables. 
com.javadocking.drag Contains the functionality for dragging a Dockable from one Dock and docking it into another dock. 
 

Classes in com.javadocking.drag used by com.javadocking
DraggerFactory
          This is an interface for a factory that creates Draggers for the dockables of a given Dock or for a given Dockable.
DragListenerFactory
          This is an interface for factories that create DragListeners.
 

Classes in com.javadocking.drag used by com.javadocking.component
DragHandle
          This is a handle for dragging one dockable or a group of dockables.
DragListener
           This is an interface for classes that can drag a Dockable from one Dock to another dock.
 

Classes in com.javadocking.drag used by com.javadocking.dockable
DragListener
           This is an interface for classes that can drag a Dockable from one Dock to another dock.
 

Classes in com.javadocking.drag used by com.javadocking.drag
Dragger
          This is an interface for a class that drags Dockables from a source Dock to a destination dock.
DraggerFactory
          This is an interface for a factory that creates Draggers for the dockables of a given Dock or for a given Dockable.
DragListener
           This is an interface for classes that can drag a Dockable from one Dock to another dock.
DragListenerFactory
          This is an interface for factories that create DragListeners.