swingwt.awt.dnd
Class DragGestureRecognizer
java.lang.Object
swingwt.awt.dnd.DragGestureRecognizer
- public abstract class DragGestureRecognizer
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dragSource
protected org.eclipse.swt.dnd.DragSource dragSource
component
protected Component component
dragGestureListener
protected transient DragGestureListener dragGestureListener
sourceActions
protected int sourceActions
events
protected java.util.ArrayList events
DragGestureRecognizer
protected DragGestureRecognizer(org.eclipse.swt.dnd.DragSource ds,
Component c,
int sa,
DragGestureListener dgl)
DragGestureRecognizer
protected DragGestureRecognizer(org.eclipse.swt.dnd.DragSource ds,
Component c,
int sa)
DragGestureRecognizer
protected DragGestureRecognizer(org.eclipse.swt.dnd.DragSource ds,
Component c)
DragGestureRecognizer
protected DragGestureRecognizer(org.eclipse.swt.dnd.DragSource ds)
registerListeners
protected abstract void registerListeners()
unregisterListeners
protected abstract void unregisterListeners()
getDragSource
public org.eclipse.swt.dnd.DragSource getDragSource()
getComponent
public Component getComponent()
setComponent
public void setComponent(Component c)
getSourceActions
public int getSourceActions()
setSourceActions
public void setSourceActions(int actions)
getTriggerEvent
public InputEvent getTriggerEvent()
resetRecognizer
public void resetRecognizer()
addDragGestureListener
public void addDragGestureListener(DragGestureListener dgl)
throws java.util.TooManyListenersException
- Throws:
java.util.TooManyListenersException
removeDragGestureListener
public void removeDragGestureListener(DragGestureListener dgl)
fireDragGestureRecognized
protected void fireDragGestureRecognized(int dragAction,
Point p)
appendEvent
protected void appendEvent(InputEvent awtie)