| |
|
| sun.awt.motif.MInputMethodControl
All known Subclasses: sun.awt.motif.MFramePeer, sun.awt.motif.MDialogPeer,
MInputMethodControl | interface MInputMethodControl (Code) | | An interface for controlling containment hierarchy configuration to
keep track of existence of any TextArea or TextField and to manage
input method status area.
version: 1.17 05/05/07 |
addInputMethod | void addInputMethod(MInputMethod inputMethod)(Code) | | Inform Frame or Dialog that an MInputMethod has been
constructed so that Frame and Dialog can invoke the method in
MInputMethod to reconfigure XICs.
Parameters: inputMethod - an MInputMethod instance |
addTextComponent | void addTextComponent(MComponentPeer textComponentPeer)(Code) | | Informs Frame or Dialog that a text component has been added to
the hierarchy.
Parameters: textComponentPeer - peer of the text component |
getTextComponent | MComponentPeer getTextComponent()(Code) | | Returns a text component peer in the containment hierarchy
to obtain the Motif status area information
|
removeInputMethod | void removeInputMethod(MInputMethod inputMethod)(Code) | | Inform Frame or Dialog that an X11InputMethod is being destroyed.
Parameters: inputMethod - an X11InputMethod instance |
removeTextComponent | void removeTextComponent(MComponentPeer textComponentPeer)(Code) | | Informs Frame or Dialog that a text component has been removed
from the hierarchy.
Parameters: textComponentPeer - peer of the text component |
|
|
|