Searched defs:XMouseDragGestureRecognizer (Results 1 - 1 of 1) 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

Completed in 35 milliseconds