Uses of Interface
com.javadocking.drag.painter.DragComponentFactory

Packages that use DragComponentFactory
com.javadocking.drag.painter Contains the functionality for painting a representation of the Dockable, when it is dragged. 
 

Uses of DragComponentFactory in com.javadocking.drag.painter
 

Classes in com.javadocking.drag.painter that implement DragComponentFactory
 class RectangleDragComponentFactory
          This factory creates a javax.swing.JComponent to represent the dragged dockable.
 

Constructors in com.javadocking.drag.painter with parameters of type DragComponentFactory
OldWindowDockableDragPainter(DragComponentFactory dragComponentFactory)
          Constructs a Swing dockable drag painter that uses the given drag component factory.
SwDockableDragPainter(DragComponentFactory dragComponentFactory)
          Constructs a Swing dockable drag painter that uses the given drag component factory.
SwDockableDragPainter(DragComponentFactory dragComponentFactory, boolean onlyComponentDocks)
          Constructs a Swing dockable drag painter that uses the given drag component factory.