jsky.util.gui
Class DraggableTree.TreeDragSourceListener
java.lang.Object
jsky.util.gui.DraggableTree.TreeDragSourceListener
- All Implemented Interfaces:
- DragSourceListener, EventListener
- Enclosing class:
- DraggableTree
protected static class DraggableTree.TreeDragSourceListener
- extends Object
- implements DragSourceListener
A DragSourceListener is required, but DraggableTree does not currently
use this feature so an empty implementation is used.
This code was developed by NASA, Goddard Space Flight Center, Code 588
for the Scientist's Expert Assistant (SEA) project.
- Version:
- 05/21/99
- Author:
- J. Jones / 588
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DraggableTree.TreeDragSourceListener
protected DraggableTree.TreeDragSourceListener()
dragDropEnd
public void dragDropEnd(DragSourceDropEvent DragSourceDropEvent)
- Specified by:
dragDropEnd
in interface DragSourceListener
dragEnter
public void dragEnter(DragSourceDragEvent DragSourceDragEvent)
- Specified by:
dragEnter
in interface DragSourceListener
dragExit
public void dragExit(DragSourceEvent DragSourceEvent)
- Specified by:
dragExit
in interface DragSourceListener
dragOver
public void dragOver(DragSourceDragEvent DragSourceDragEvent)
- Specified by:
dragOver
in interface DragSourceListener
dropActionChanged
public void dropActionChanged(DragSourceDragEvent DragSourceDragEvent)
- Specified by:
dropActionChanged
in interface DragSourceListener
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.