Searched defs:DragGestureRecognizer (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/dnd/
H A DDragGestureRecognizer.java41 * The <code>DragGestureRecognizer</code> is an
47 * The appropriate <code>DragGestureRecognizer</code>
54 * Once the <code>DragGestureRecognizer</code>
60 * Once the <code>DragGestureRecognizer</code> identifies a sequence of events
67 * When a concrete <code>DragGestureRecognizer</code>
84 public abstract class DragGestureRecognizer implements Serializable { class in inherits:Serializable
89 * Construct a new <code>DragGestureRecognizer</code>
92 * this <code>DragGestureRecognizer</code> should "observe"
99 * <code>DragGestureRecognizer</code>
103 * this <code>DragGestureRecognizer</cod
121 protected DragGestureRecognizer(DragSource ds, Component c, int sa, DragGestureListener dgl) { method in class:DragGestureRecognizer
164 protected DragGestureRecognizer(DragSource ds, Component c, int sa) { method in class:DragGestureRecognizer
192 protected DragGestureRecognizer(DragSource ds, Component c) { method in class:DragGestureRecognizer
209 protected DragGestureRecognizer(DragSource ds) { method in class:DragGestureRecognizer
[all...]

Completed in 29 milliseconds