org.nakedobjects.viewer.lightweight
Class ViewDrag

java.lang.Object
  extended byorg.nakedobjects.viewer.lightweight.DragHandler
      extended byorg.nakedobjects.viewer.lightweight.ViewDrag

public class ViewDrag
extends DragHandler


Field Summary
 
Fields inherited from class org.nakedobjects.viewer.lightweight.DragHandler
dragging
 
Constructor Summary
protected ViewDrag(DragSource source, java.awt.event.MouseEvent me, Location downAt)
           
 
Method Summary
 void dragEnd(View identified)
           
 void dragIn(View over)
           
 void dragOut(View over)
           
 
Methods inherited from class org.nakedobjects.viewer.lightweight.DragHandler
getDragging, getRelativeLocation, getRelativeOrigin, getViewLocation, isAlt, isAlts, isButton1, isButton2, isButton3, isCtrl, isShift, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ViewDrag

protected ViewDrag(DragSource source,
                   java.awt.event.MouseEvent me,
                   Location downAt)
Method Detail

dragEnd

public void dragEnd(View identified)
Specified by:
dragEnd in class DragHandler

dragIn

public void dragIn(View over)
Specified by:
dragIn in class DragHandler

dragOut

public void dragOut(View over)
Specified by:
dragOut in class DragHandler