|
|
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:
CONSTRUCTORS:
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:
|
|



|