org.activemath.author.toc
Class EditableTOCJTreeDragSource

java.lang.Object
  extended by 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.


Field Summary
protected  DefaultMutableTreeNode origNode
           
protected  EditableTOCJTree tree
           
 
Constructor Summary
EditableTOCJTreeDragSource(EditableTOCJTree tree)
           
 
Method Summary
 void dragDropEnd(DragSourceDropEvent dsde)
           
 void dragEnter(DragSourceDragEvent dsde)
           
 void dragExit(DragSourceEvent dse)
           
 void dragGestureRecognized(DragGestureEvent dge)
           
 void dragOver(DragSourceDragEvent dsde)
           
 void dropActionChanged(DragSourceDragEvent dsde)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tree

protected EditableTOCJTree tree

origNode

protected DefaultMutableTreeNode origNode
Constructor Detail

EditableTOCJTreeDragSource

public EditableTOCJTreeDragSource(EditableTOCJTree tree)
Method Detail

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