java.awt.im.spi.InputMethodContext#createInputMethodWindow
.
Modifier and Type | Field and Description |
---|---|
pack-priv InputContext | |
private static final long | serialVersionUID
Use serialVersionUID from JDK 1.7 for interoperability.
|
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public InputContext | |
public void | setInputContext(InputContext inputContext)
Implements sun. |
inputContext | back to summary |
---|---|
pack-priv InputContext inputContext Hides java.
|
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. Use serialVersionUID from JDK 1.7 for interoperability. |
SimpleInputMethodWindow | back to summary |
---|---|
public SimpleInputMethodWindow(String title, InputContext context) Constructs a simple input method window. |
getInputContext | back to summary |
---|---|
public InputContext getInputContext() Overrides java. Doc from java. Gets the input context for this window. A window always has an input context, which is shared by subcomponents unless they create and set their own.
|
setInputContext | back to summary |
---|---|
public void setInputContext(InputContext inputContext) Implements sun. Doc from sun. Sets the input context that this input method window is attached to, null to unattach the window. |