org.nakedobjects.viewer.lightweight
Interface DragView

All Superinterfaces:
java.lang.Cloneable, View
All Known Implementing Classes:
ClassIcon, DragOutline, FallbackView, ObjectIcon

public interface DragView
extends View


Method Summary
 void dragCancel(DragHandler drag)
          Signifies that a drag has been cancelled.
 void dragging(DragHandler drag)
          Signifies that a drag has move.
 
Methods inherited from interface org.nakedobjects.viewer.lightweight.View
calculateRepaintArea, contains, debugDetails, dispose, draw, entered, enteredSubview, exited, exitedSubview, firstClick, getAbsoluteLocation, getBaseline, getBorder, getBounds, getId, getLocation, getName, getPadding, getParent, getRequiredSize, getSize, getWorkspace, identifyView, indicatesForView, invalidateLayout, isLayoutInvalid, isOpen, isReplaceable, layout, makeView, menuOptions, mouseMoved, print, redraw, secondClick, setBorder, setBounds, setLocation, setSize, thirdClick, validateLayout
 

Method Detail

dragCancel

public void dragCancel(DragHandler drag)
Signifies that a drag has been cancelled.


dragging

public void dragging(DragHandler drag)
Signifies that a drag has move.