Class JDnDList

All Implemented Interfaces:
DragGestureListener, DragSourceListener, DropTargetListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, Scrollable

public class JDnDList extends JList implements DragSourceListener, DragGestureListener, DropTargetListener

A JList that allows drag'n'drop elements. It accepts changing position of one or more elements within the list, adding other from other JDnDList's, removing sets of selected items, and other features.

In order to use this features you have to use a JDnDListModel as the list's model.

jaume dominguez faus - jaume.dominguez@iver.es
See Also: