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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXAtom.java666 XAtom[] getAtomListProperty(long window) { method in class:XAtom
705 return new XAtomList(getAtomListProperty(window));
710 XAtom[] getAtomListProperty(XBaseWindow window) { method in class:XAtom
711 return getAtomListProperty(window.getWindow());

Completed in 24 milliseconds