Protege 3.4.1

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

java.lang.Object
  extended by edu.stanford.smi.protegex.widget.scatterbox.ScatterboxDNDObject
Direct Known Subclasses:
ScatterboxTableDragGestureListener, ScatterboxTableDragSourceListener, ScatterboxTableDropTargetListener

public class ScatterboxDNDObject
extends Object

Description of the class

Author:
William Grosso

Field Summary
protected  edu.stanford.smi.protege.model.Cls _entryCls
           
protected  DataFlavor _flavor
           
protected  KBQueryUtils _queryUtilsObject
           
protected  ScatterboxTable _underlyingTable
           
protected  ScatterboxWidget _widget
           
 
Constructor Summary
ScatterboxDNDObject(ScatterboxWidget widget, ScatterboxTable underlyingTable, KBQueryUtils queryUtilsObject)
           
 
Method Summary
protected  Point getTableLocationForEvent(DragGestureEvent dragGestureEvent)
           
protected  void putEntryAtPoint(edu.stanford.smi.protege.model.Instance entry, Point tableLocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_widget

protected ScatterboxWidget _widget

_underlyingTable

protected ScatterboxTable _underlyingTable

_flavor

protected DataFlavor _flavor

_entryCls

protected edu.stanford.smi.protege.model.Cls _entryCls

_queryUtilsObject

protected KBQueryUtils _queryUtilsObject
Constructor Detail

ScatterboxDNDObject

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

getTableLocationForEvent

protected Point getTableLocationForEvent(DragGestureEvent dragGestureEvent)

putEntryAtPoint

protected void putEntryAtPoint(edu.stanford.smi.protege.model.Instance entry,
                               Point tableLocation)

Protege 3.4.1

Submit a bug report or feature request