instrument/JTree API Documentation

org.pvv.bcd.instrument.JTree
Class TreeDragGestureListener

java.lang.Object
  |
  +--org.pvv.bcd.instrument.JTree.TreeDragGestureListener
All Implemented Interfaces:
java.awt.dnd.DragGestureListener, java.util.EventListener

public class TreeDragGestureListener
extends java.lang.Object
implements java.awt.dnd.DragGestureListener

Black magic time. This will be documented as time permits. Nag if you really need/want it documented.


Constructor Summary
TreeDragGestureListener(javax.swing.JTree tree, Instrumenter instrument)
           
 
Method Summary
 void dragGestureRecognized(java.awt.dnd.DragGestureEvent dragGestureEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeDragGestureListener

public TreeDragGestureListener(javax.swing.JTree tree,
                               Instrumenter instrument)
Method Detail

dragGestureRecognized

public void dragGestureRecognized(java.awt.dnd.DragGestureEvent dragGestureEvent)
Specified by:
dragGestureRecognized in interface java.awt.dnd.DragGestureListener

instrument/JTree API Documentation