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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXLayerProtocol.java29 public interface XLayerProtocol { interface
H A DXWINProtocol.java32 class XWINProtocol extends XProtocol implements XStateProtocol, XLayerProtocol {
H A DXNETProtocol.java34 final class XNETProtocol extends XProtocol implements XStateProtocol, XLayerProtocol
167 * XLayerProtocol
H A DXWM.java1184 * in XLayerProtocol
1187 for (XLayerProtocol proto : getProtocols(XLayerProtocol.class)) {
1269 addProtocol(XLayerProtocol.class, net_protocol);
1281 addProtocol(XLayerProtocol.class, win);
H A DXToolkit.java1996 for (XLayerProtocol proto : XWM.getWM().getProtocols(XLayerProtocol.class)) {
1997 if (proto.supportsLayer(XLayerProtocol.LAYER_ALWAYS_ON_TOP)) {
H A DXWindowPeer.java990 XLayerProtocol.LAYER_ALWAYS_ON_TOP :
991 XLayerProtocol.LAYER_NORMAL);

Completed in 48 milliseconds