| Interface | Description |
|---|---|
| StringTreeDnDListener |
StringTreeDnDListener represents a listener that is informed when a String is
about to be dropped into a node in a JTree.
|
| TreeTreeDnDListener |
TreeTreeDnDListener represents a listener that receives notifications when
some node from a tree is moved or copied into itself (or into another tree).
|
| Class | Description |
|---|---|
| StringTreeDnDEvent |
StringTreeDnDEvent is an event fired whenever a String is about to be dropped
into a node in a JTree.
|
| TreeDragAndDropWidget |
TreeWrapper is used to handle drag and drop and popup menus in any JTree.
|
| TreeTreeDnDEvent |
TreeTreeDnDEvent is an event fired when a node from a JTree is dropped into
another node (of the same or of other JTree).
|
| Exception | Description |
|---|---|
| DnDVetoException |
DnDVetoException is an exception thrown to signal that a drag and drop
operation is not valid.
|