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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXAtom.java29 * XAtom is a class that allows you to create and modify X Window properties.
36 * by the XServer and an <code>XAtom</code> object is returned. An <code>XAtom</code> can also be created
38 * in order to create an <code>XAtom</code>. <p> <p>
40 * Once an <code>XAtom</code> instance is created, you can call get and set property methods to
46 * XAtom xa = new XAtom(display,XAtom.XA_WM_NAME); <p>
52 * XAtom xa = new XAtom(displa
61 public final class XAtom { class
231 private XAtom(long display, String name) { method in class:XAtom
235 public XAtom(String name, boolean autoIntern) { method in class:XAtom
246 public XAtom(long display, long atom) { method in class:XAtom
261 private XAtom(long display, String name, boolean autoIntern) { method in class:XAtom
278 public XAtom() { method in class:XAtom
[all...]

Completed in 42 milliseconds