Searched refs:XMouseDragGestureRecognizer (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXMouseDragGestureRecognizer.java59 class XMouseDragGestureRecognizer extends MouseDragGestureRecognizer { class in inherits:MouseDragGestureRecognizer
76 * construct a new XMouseDragGestureRecognizer
85 protected XMouseDragGestureRecognizer(DragSource ds, Component c, int act, DragGestureListener dgl) { method in class:XMouseDragGestureRecognizer
90 * construct a new XMouseDragGestureRecognizer
97 protected XMouseDragGestureRecognizer(DragSource ds, Component c, int act) { method in class:XMouseDragGestureRecognizer
102 * construct a new XMouseDragGestureRecognizer
108 protected XMouseDragGestureRecognizer(DragSource ds, Component c) { method in class:XMouseDragGestureRecognizer
113 * construct a new XMouseDragGestureRecognizer
118 protected XMouseDragGestureRecognizer(DragSource ds) { method in class:XMouseDragGestureRecognizer
H A DXToolkit.java890 return (T)new XMouseDragGestureRecognizer(ds, c, srcActions, dgl);

Completed in 46 milliseconds