Uses of Class
net.java.swingfx.jdraggable.DragPolicy

Packages that use DragPolicy
net.java.swingfx.jdraggable Contains all the classes and interfaces that make up JDraggable. 
 

Uses of DragPolicy in net.java.swingfx.jdraggable
 

Fields in net.java.swingfx.jdraggable declared as DragPolicy
static DragPolicy DragPolicy.DEFAULT
          The default drag policy which suggests that all components are eligible to be dragged
static DragPolicy DragPolicy.OPEN
          The drag policy which suggests that all components are eligible to be dragged
static DragPolicy DragPolicy.STRICT
          The drag policy which suggests that only Draggable components are eligible to be dragged
 

Methods in net.java.swingfx.jdraggable that return DragPolicy
 DragPolicy DraggableManager.getDragPolicy()
          Returns the DragPolicy for which this manager obides by
 DragPolicy DefaultDraggableManager.getDragPolicy()
          Returns the DragPolicy which this manager obides by
 

Methods in net.java.swingfx.jdraggable with parameters of type DragPolicy
 void DraggableManager.setDragPolicy(DragPolicy dragPolicy)
          Set the policy for which components are eligible for dragging
 void DefaultDraggableManager.setDragPolicy(DragPolicy dragPolicy)