java > java.awt > java.awt.dnd > java.awt.dnd.draggesturerecognizer >

Class: java.awt.dnd.DragGestureRecognizer
    java.lang.Object
       java.awt.dnd.DragGestureRecognizer


public abstract class DragGestureRecognizer extends Object implements Serializable


FIELDS:
protected Component component
protected DragGestureListener dragGestureListener
protected DragSource dragSource
protected ArrayList events
protected int sourceActions

CONSTRUCTORS:
protected DragGestureRecognizer(DragSource ds, Component c, int sa, DragGestureListener dgl)

protected DragGestureRecognizer(DragSource ds, Component c, int sa)

protected DragGestureRecognizer(DragSource ds, Component c)

protected DragGestureRecognizer(DragSource ds)


METHODS:
public void addDragGestureListener(DragGestureListener dgl)
Throws: TooManyListenersException

protected void appendEvent(InputEvent awtie)

protected void fireDragGestureRecognized(int dragAction, Point p)

public Component getComponent()

public DragSource getDragSource()

public int getSourceActions()

public InputEvent getTriggerEvent()

protected abstract void registerListeners()

public void removeDragGestureListener(DragGestureListener dgl)

public void resetRecognizer()

public void setComponent(Component c)

public void setSourceActions(int actions)

protected abstract void unregisterListeners()


INHERITED METHODS:
getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:
MouseDragGestureRecognizer,





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net