Uses of Interface
com.javadocking.drag.DraggerFactory

Packages that use DraggerFactory
com.javadocking Contains the interfaces and implementations of the Java Docking library. 
com.javadocking.drag Contains the functionality for dragging a Dockable from one Dock and docking it into another dock. 
 

Uses of DraggerFactory in com.javadocking
 

Methods in com.javadocking that return DraggerFactory
static DraggerFactory DockingManager.getDraggerFactory()
          Gets the dockable dragger factory.
 

Methods in com.javadocking with parameters of type DraggerFactory
static void DockingManager.setDraggerFactory(DraggerFactory newDraggerFactory)
          Sets the dockable dragger factory.
 

Uses of DraggerFactory in com.javadocking.drag
 

Classes in com.javadocking.drag that implement DraggerFactory
 class DynamicDraggerFactory
           This dragger factory creates draggers that remove and add the dragged Dockables to new Docks dynamically during dragging.
 class StaticDraggerFactory
           This dragger factory creates draggers that show with rectangles during dragging, where the Dockables will be docked, if the mouse button is released in that position.