org.activemath.author.toc
Class EditableTOCJTreeDragSource
java.lang.Object
org.activemath.author.toc.EditableTOCJTreeDragSource
- All Implemented Interfaces:
- DragGestureListener, DragSourceListener, EventListener
public class EditableTOCJTreeDragSource
- extends Object
- implements DragGestureListener, DragSourceListener
A JTree object that contains a tree view of concepts that is read from a
mBase server. Any user's sessions may be displayed.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tree
protected EditableTOCJTree tree
origNode
protected DefaultMutableTreeNode origNode
EditableTOCJTreeDragSource
public EditableTOCJTreeDragSource(EditableTOCJTree tree)
dragEnter
public void dragEnter(DragSourceDragEvent dsde)
- Specified by:
dragEnter in interface DragSourceListener
dragOver
public void dragOver(DragSourceDragEvent dsde)
- Specified by:
dragOver in interface DragSourceListener
dragExit
public void dragExit(DragSourceEvent dse)
- Specified by:
dragExit in interface DragSourceListener
dropActionChanged
public void dropActionChanged(DragSourceDragEvent dsde)
- Specified by:
dropActionChanged in interface DragSourceListener
dragDropEnd
public void dragDropEnd(DragSourceDropEvent dsde)
- Specified by:
dragDropEnd in interface DragSourceListener
dragGestureRecognized
public void dragGestureRecognized(DragGestureEvent dge)
- Specified by:
dragGestureRecognized in interface DragGestureListener