Protege 3.4.4

edu.stanford.smi.protegex.widget.scatterbox
Class ScatterboxTableDropTargetListener

java.lang.Object
  extended by edu.stanford.smi.protegex.widget.scatterbox.ScatterboxDNDObject
      extended by edu.stanford.smi.protegex.widget.scatterbox.ScatterboxTableDropTargetListener
All Implemented Interfaces:
DropTargetListener, EventListener

public class ScatterboxTableDropTargetListener
extends ScatterboxDNDObject
implements DropTargetListener

Description of the class

Author:
William Grosso

Field Summary
 
Fields inherited from class edu.stanford.smi.protegex.widget.scatterbox.ScatterboxDNDObject
_entryCls, _flavor, _queryUtilsObject, _underlyingTable, _widget
 
Constructor Summary
ScatterboxTableDropTargetListener(ScatterboxWidget widget, ScatterboxTable underlyingTable, KBQueryUtils queryUtilsObject)
           
 
Method Summary
 void dragEnter(DropTargetDragEvent dropTargetDragEvent)
           
 void dragExit(DropTargetEvent dropTargetDragEvent)
           
 void dragOver(DropTargetDragEvent dropTargetDragEvent)
           
 void drop(DropTargetDropEvent dropTargetDropEvent)
           
 void dropActionChanged(DropTargetDragEvent dropTargetDragEvent)
           
protected  Point getTableLocationForEvent(DropTargetDragEvent dropTargetDragEvent)
           
protected  Point getTableLocationForEvent(DropTargetDropEvent dropTargetDropEvent)
           
 
Methods inherited from class edu.stanford.smi.protegex.widget.scatterbox.ScatterboxDNDObject
getTableLocationForEvent, putEntryAtPoint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScatterboxTableDropTargetListener

public ScatterboxTableDropTargetListener(ScatterboxWidget widget,
                                         ScatterboxTable underlyingTable,
                                         KBQueryUtils queryUtilsObject)
Method Detail

dragEnter

public void dragEnter(DropTargetDragEvent dropTargetDragEvent)
Specified by:
dragEnter in interface DropTargetListener

dragExit

public void dragExit(DropTargetEvent dropTargetDragEvent)
Specified by:
dragExit in interface DropTargetListener

dragOver

public void dragOver(DropTargetDragEvent dropTargetDragEvent)
Specified by:
dragOver in interface DropTargetListener

drop

public void drop(DropTargetDropEvent dropTargetDropEvent)
Specified by:
drop in interface DropTargetListener

dropActionChanged

public void dropActionChanged(DropTargetDragEvent dropTargetDragEvent)
Specified by:
dropActionChanged in interface DropTargetListener

getTableLocationForEvent

protected Point getTableLocationForEvent(DropTargetDragEvent dropTargetDragEvent)

getTableLocationForEvent

protected Point getTableLocationForEvent(DropTargetDropEvent dropTargetDropEvent)

Protege 3.4.4

Submit a bug report or feature request