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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDragAndDropProtocols.java39 private final static List dragProtocols; field in class:XDragAndDropProtocols
69 dragProtocols = Collections.unmodifiableList(tDragSourceProtocols);
74 return dragProtocols.iterator();
91 Iterator dragProtocols = XDragAndDropProtocols.getDragSourceProtocols();
92 while (dragProtocols.hasNext()) {
94 (XDragSourceProtocol)dragProtocols.next();
H A DXDragSourceContextPeer.java164 Iterator dragProtocols = XDragAndDropProtocols.getDragSourceProtocols();
165 while (dragProtocols.hasNext()) {
166 XDragSourceProtocol dragProtocol = (XDragSourceProtocol)dragProtocols.next();
316 Iterator dragProtocols = XDragAndDropProtocols.getDragSourceProtocols();
317 while (dragProtocols.hasNext()) {
318 XDragSourceProtocol dragProtocol = (XDragSourceProtocol)dragProtocols.next();
421 Iterator dragProtocols = XDragAndDropProtocols.getDragSourceProtocols();
422 while (dragProtocols.hasNext()) {
423 XDragSourceProtocol dragProtocol = (XDragSourceProtocol)dragProtocols.next();
553 Iterator dragProtocols
[all...]

Completed in 87 milliseconds