| sun.awt.X11.XStateProtocol
All known Subclasses: sun.awt.X11.XWINProtocol, sun.awt.X11.XNETProtocol,
XStateProtocol | public interface XStateProtocol (Code) | | |
isStateChange | boolean isStateChange(XPropertyEvent e)(Code) | | Detects whether or not this event is indicates state change
|
setState | void setState(XWindowPeer window, int state)(Code) | | Moves window into the state.
|
supportsState | boolean supportsState(int state)(Code) | | Returns whether or not the protocol supports the transition to the state
represented by state . State contains encoded state
as a bit mask of state defined in java.awt.Frame
|
|
|