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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXClipboard.java62 private static Map<Long, XClipboard> targetsAtom2Clipboard; field in class:XClipboard
158 if (targetsAtom2Clipboard == null) {
159 targetsAtom2Clipboard = new HashMap<Long, XClipboard>(2);
161 mustSchedule = targetsAtom2Clipboard.isEmpty();
162 targetsAtom2Clipboard.put(getTargetsPropertyAtom().getAtom(), this);
175 for (XClipboard clpbrd : targetsAtom2Clipboard.values()) {
179 if (targetsAtom2Clipboard != null && !targetsAtom2Clipboard.isEmpty()) {
192 if (targetsAtom2Clipboard != null && !targetsAtom2Clipboard
[all...]

Completed in 28 milliseconds