Package com.samskivert.swing.dnd

A basic system for handling drag and drop within a single application.

See:
          Description

Interface Summary
AutoscrollingDropTarget An extension of DropTarget that allows its associated component to be automatically scrolled during DnD operations.
DragSource A drag source is associated with a component and represents a valid place to start a drag and drop operation.
DropTarget A drop target is associated with a component and represents a valid place to end a drag and drop.
 

Class Summary
DnDManager A custom Drag and Drop manager for use within a single JVM.
 

Package com.samskivert.swing.dnd Description

A basic system for handling drag and drop within a single application.



Copyright © 2000-2008 Michael Bayne. All Rights Reserved.