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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXSelection.java45 public final class XSelection { class
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) { method in class:XSelection
744 XSelection selection = XSelection
[all...]

Completed in 31 milliseconds