Searched refs:XAtomList (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXAtomList.java33 class XAtomList { class
39 public XAtomList() { method in class:XAtomList
43 * Creates instance of XAtomList and initializes it with
47 public XAtomList(long data, int count) { method in class:XAtomList
57 * Creates instance of XAtomList and initializes it with
60 public XAtomList(XAtom[] atoms) { method in class:XAtomList
125 public XAtomList subset(int mask, Map<Integer, XAtom> mapping) {
126 XAtomList res = new XAtomList();
150 public void addAll(XAtomList atom
[all...]
H A DXProtocol.java35 private Map<XAtom, XAtomList> atomToList = new HashMap<XAtom, XAtomList>();
44 XAtomList protocols = atomToList.get(listName);
H A DXNETProtocol.java57 XAtomList old_state = window.getNETWMState();
132 XAtomList net_wm_state = window.getNETWMState();
161 XAtomList net_wm_state = window.getNETWMState();
215 XAtomList net_wm_state = window.getNETWMState();
400 XAtomList state = window.getNETWMState();
H A DXAtom.java700 * Returns the value of property of type ATOM[]/32 as XAtomList
704 XAtomList getAtomListPropertyList(long window) {
705 return new XAtomList(getAtomListProperty(window));
707 XAtomList getAtomListPropertyList(XBaseWindow window) {
724 * Sets property value of type ATOM list to the list of atoms specified by XAtomList
726 void setAtomListProperty(long window, XAtomList atoms) {
739 * Sets property value of type ATOM list to the list of atoms specified by XAtomList
741 public void setAtomListProperty(XBaseWindow window, XAtomList atoms) {
H A DXWindowPeer.java262 XAtomList net_wm_state = getNETWMState();
1891 XAtomList wtype = new XAtomList();
1980 XAtomList net_wm_state;
1981 public XAtomList getNETWMState() {
1988 public void setNETWMState(XAtomList state) {
H A DXDecoratedPeer.java167 protected XAtomList getWMProtocols() {
168 XAtomList protocols = super.getWMProtocols();
973 XAtomList protocols = getWMProtocols();
H A DXWM.java876 XAtomList decorDel = new XAtomList();
1655 XAtomList wtype = XAtom.get("_NET_WM_WINDOW_TYPE").getAtomListPropertyList( w );
H A DXWindow.java1476 protected XAtomList getWMProtocols() {
1478 return new XAtomList();

Completed in 292 milliseconds