org.nakedobjects.plugins.dnd
Class InternalDrag

java.lang.Object
  extended by org.nakedobjects.plugins.dnd.PointerEvent
      extended by org.nakedobjects.plugins.dnd.Drag
          extended by org.nakedobjects.plugins.dnd.InternalDrag
Direct Known Subclasses:
ResizeDrag, SimpleInternalDrag

public abstract class InternalDrag
extends Drag

Details a drag event that is internal to view.


Field Summary
 
Fields inherited from class org.nakedobjects.plugins.dnd.PointerEvent
mods
 
Constructor Summary
InternalDrag()
           
 
Method Summary
abstract  Location getLocation()
          Gets the location of the pointer relative to the view.
 
Methods inherited from class org.nakedobjects.plugins.dnd.Drag
cancel, drag, end, getOverlay
 
Methods inherited from class org.nakedobjects.plugins.dnd.PointerEvent
button1, button2, button3, isAlt, isCtrl, isMeta, isShift, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InternalDrag

public InternalDrag()
Method Detail

getLocation

public abstract Location getLocation()
Gets the location of the pointer relative to the view.



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.