Lines Matching refs:XSelection
45 public final class XSelection {
47 /* Maps atoms to XSelection instances. */
48 private static final Hashtable<XAtom, XSelection> table = new Hashtable<XAtom, XSelection>();
77 // XClipboard -> XSelection -> awtLock.
111 * Returns the XSelection object for the specified selection atom or
114 static XSelection getSelection(XAtom atom) {
125 public XSelection(XAtom atom) {
744 XSelection selection = XSelection.getSelection(XAtom.get(atom));
754 XSelection selection = XSelection.getSelection(XAtom.get(atom));