|
Gridarta Editor
|
Tracks JTree instances for drop targets. More...
Collaboration diagram for net.sf.gridarta.gui.mapmenu.TreeDropTarget:Public Member Functions | |
| TreeDropTarget (@NotNull final JTree tree) | |
| Creates a new instance. More... | |
Static Private Member Functions | |
| static void | checkDragEvent (@NotNull final DropTargetDragEvent dtde) |
| Called when a drag operation is ongoing. More... | |
Private Attributes | |
| final DropTargetListener | dropTargetListener |
| The DropTargetListener attached to the tree. More... | |
Tracks JTree instances for drop targets.
Supports dropping into branch nodes.
Definition at line 46 of file TreeDropTarget.java.
| net.sf.gridarta.gui.mapmenu.TreeDropTarget.TreeDropTarget | ( | @NotNull final JTree | tree | ) |
Creates a new instance.
| tree | the tree to monitor |
Definition at line 168 of file TreeDropTarget.java.
|
staticprivate |
Called when a drag operation is ongoing.
| dtde | the drop target drag event |
Definition at line 177 of file TreeDropTarget.java.
|
private |
The DropTargetListener attached to the tree.
FieldCanBeLocal
Definition at line 53 of file TreeDropTarget.java.