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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXMSelection.java60 String selectionName; field in class:XMSelection
239 selectionName = selname;
292 return selectionName;
H A DXClipboard.java67 public XClipboard(String name, String selectionName) { argument
69 selection = new XSelection(XAtom.get(selectionName));

Completed in 30 milliseconds