Searched refs:getWM (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXFramePeer.java280 XWM.getWM().setExtendedState(this, newState);
292 if (!XWM.getWM().isStateChange(this, ev)) {
297 final int newState = XWM.getWM().getState(this);
337 XWM.getWM().setExtendedState(this, state & ~Frame.MAXIMIZED_BOTH);
H A DXDecoratedPeer.java111 if (!XWM.getWM().setNetWMIcon(this, icons)) {
327 XWM.getWM().unshadeKludge(this);
350 correctWM = XWM.getWM().getInsets(this, xe.get_window(), xe.get_parent());
428 res = XWM.getWM().guessInsets(this);
698 Insets correctWM = (parent != -1) ? XWM.getWM().getInsets(this, window, parent) : null;
H A DXWM.java706 static XWM getWM() { method in class:XWM
1255 getWM();
1374 XNETProtocol net_protocol = getWM().getNETProtocol();
1441 XNETProtocol net_protocol = getWM().getNETProtocol();
H A DXWarningWindow.java166 XNETProtocol netProtocol = XWM.getWM().getNETProtocol();
H A DXToolkit.java680 XNETProtocol netProto = XWM.getWM().getNETProtocol();
866 return XWM.getWM().supportsDynamicLayout();
1279 return XWM.getWM().supportsExtendedState(state);
1996 for (XLayerProtocol proto : XWM.getWM().getProtocols(XLayerProtocol.class)) {
2425 XNETProtocol net_protocol = XWM.getWM().getNETProtocol();
H A DXWindowPeer.java260 XNETProtocol protocol = XWM.getWM().getNETProtocol();
983 return XWM.getWM().isDesktopWindow( wi );
988 XWM.getWM().setLayer(this,
1365 XNETProtocol protocol = XWM.getWM().getNETProtocol();
1868 XNETProtocol protocol = XWM.getWM().getNETProtocol();

Completed in 6085 milliseconds