| |
|
| java.lang.Object sun.awt.X11.XEmbedHelper sun.awt.X11.XEmbedClientHelper
XEmbedClientHelper | public class XEmbedClientHelper extends XEmbedHelper implements XEventDispatcher(Code) | | Helper class implementing XEmbed protocol handling routines(client side)
Window which wants to participate in a protocol should create an instance,
call install and forward all XClientMessageEvents to it.
|
XEmbedClientHelper | XEmbedClientHelper()(Code) | | |
dispatchEvent | public void dispatchEvent(XEvent xev)(Code) | | |
handleClientMessage | void handleClientMessage(XEvent xev)(Code) | | |
handleFocusIn | void handleFocusIn(int detail)(Code) | | |
handleReparentNotify | public void handleReparentNotify(XEvent xev)(Code) | | |
handleWindowFocusOut | void handleWindowFocusOut()(Code) | | |
isActive | boolean isActive()(Code) | | |
isApplicationActive | boolean isApplicationActive()(Code) | | |
notifyReady | void notifyReady()(Code) | | |
requestFocus | boolean requestFocus()(Code) | | |
traverseOutBackward | void traverseOutBackward()(Code) | | |
traverseOutForward | void traverseOutForward()(Code) | | |
unregisterAccelerator | void unregisterAccelerator(int id)(Code) | | |
|
|
|