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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DDragRecognitionSupport.java59 private static DragRecognitionSupport getDragRecognitionSupport() { method in class:DragRecognitionSupport
76 return getDragRecognitionSupport().mousePressedImpl(me);
84 return getDragRecognitionSupport().mouseReleasedImpl(me);
91 return getDragRecognitionSupport().mouseDraggedImpl(me, bd);

Completed in 118 milliseconds