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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXSelection.java81 private final XAtom selectionAtom; field in class:XSelection
129 selectionAtom = atom;
130 table.put(selectionAtom, this);
134 return selectionAtom;
141 long selection = selectionAtom.getAtom();
580 xse.set_selection(selectionAtom.getAtom());

Completed in 32 milliseconds