org.eclipse.swt.dnd
Class NoDragUnderEffect

java.lang.Object
  |
  +--org.eclipse.swt.dnd.DragUnderEffect
        |
        +--org.eclipse.swt.dnd.NoDragUnderEffect

class NoDragUnderEffect
extends DragUnderEffect


Constructor Summary
(package private) NoDragUnderEffect(Control control)
           
 
Method Summary
(package private)  void show(int effect, int x, int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoDragUnderEffect

NoDragUnderEffect(Control control)
Method Detail

show

void show(int effect,
          int x,
          int y)
Specified by:
show in class DragUnderEffect


comments?