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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDnDConstants.java51 static final XSelection XDnDSelection = new XSelection(XA_XdndSelection);
H A DXClipboard.java46 private final XSelection selection;
69 selection = new XSelection(XAtom.get(selectionName));
247 final XSelection changedSelection = XSelection.getSelection(selectionAtom);
270 XSelection.MAX_LENGTH, true,
274 formats = XSelection.getFormats(targetsGetter);
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...]
H A DMotifDnDConstants.java60 static final XSelection MotifDnDSelection = new XSelection(XA_MOTIF_ATOM_0);
H A DMotifDnDDropTargetProtocol.java936 XSelection selection = XSelection.getSelection(selectionAtom);
938 selection = new XSelection(selectionAtom);

Completed in 709 milliseconds