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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDragSourceContextPeer.java72 private XDragSourceProtocol dragProtocol = null; field in class:XDragSourceContextPeer
166 XDragSourceProtocol dragProtocol = (XDragSourceProtocol)dragProtocols.next();
168 dragProtocol.initializeDrag(dropActions, transferable,
305 if (dragProtocol != null) {
306 dragProtocol.sendLeaveMessage(time);
318 XDragSourceProtocol dragProtocol = (XDragSourceProtocol)dragProtocols.next();
320 dragProtocol.cleanup();
346 dragProtocol = null;
370 if (dragProtocol != null) {
371 return dragProtocol
[all...]

Completed in 200 milliseconds