org.nakedobjects.viewer.lightweight
Class ObjectDrag
java.lang.Object
org.nakedobjects.viewer.lightweight.DragHandler
org.nakedobjects.viewer.lightweight.ObjectDrag
- public class ObjectDrag
- extends DragHandler
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 |
ObjectDrag
protected ObjectDrag(DragSource source,
java.awt.event.MouseEvent me,
Location downAt)
getSource
public DragSource getSource()
getSourceObject
public NakedObject getSourceObject()
getTarget
public DragTarget getTarget()
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