Package net.java.swingfx.jdraggable

Contains all the classes and interfaces that make up JDraggable.

See:
          Description

Interface Summary
Draggable An interface which represents any Component that wants to be dragged within a Container
DraggableManager An interface which defines a manager whose responsibility is to enable dragging for Component's of a Container which registers itself as the "draggable container"
 

Class Summary
DefaultDraggableManager A default implementation of the DraggableManager interface.
DraggableListener A listener which receives MouseEvent's to aid in the "dragging" of a Component
DraggableMask A DraggableMask is an object which allows any Component to be "masked" as a Draggable.
DragPolicy Abstract class used to define a "Drag Policy".
 

Package net.java.swingfx.jdraggable Description

Contains all the classes and interfaces that make up JDraggable.