| |
|
| sun.awt.X11InputMethod sun.awt.motif.MInputMethod
MInputMethod | public class MInputMethod extends X11InputMethod (Code) | | Input Method Adapter for XIM (with Motif)
version: 1.10 05/05/07 author: JavaSoft International |
awtLock | protected void awtLock()(Code) | | |
awtUnlock | protected void awtUnlock()(Code) | | |
configureStatus | void configureStatus()(Code) | | Changes the status area configuration that is to be requested
by Frame or Dialog.
|
createXIC | protected boolean createXIC()(Code) | | |
disposeImpl | protected synchronized void disposeImpl()(Code) | | |
getPeer | protected ComponentPeer getPeer(Component client)(Code) | | Returns peer of the given client component. If the given client component
doesn't have peer, peer of the native container of the client is returned.
|
openXIM | protected boolean openXIM()(Code) | | |
reconfigureXIC | synchronized void reconfigureXIC(MInputMethodControl control)(Code) | | Changes the internal XIC configurations. This is required the
case that addition or elimination of text components has
happened in the containment hierarchy. This method is invoked
by Frame or Dialog.
|
|
|
|