public class

SimpleInputMethodWindow

extends Frame
implements InputMethodWindow
java.lang.Object
   ↳ java.awt.Component
     ↳ java.awt.Container
       ↳ java.awt.Window
         ↳ java.awt.Frame
           ↳ sun.awt.im.SimpleInputMethodWindow

Class Overview

Implements a simple input method window that provides the minimal functionality as specified in createInputMethodWindow(String, boolean).

Summary

[Expand]
Inherited Constants
From class java.awt.Frame
From class java.awt.Component
From interface java.awt.image.ImageObserver
Public Constructors
SimpleInputMethodWindow(String title, InputContext context)
Constructs a simple input method window.
Public Methods
InputContext getInputContext()
Gets the input context for this window.
void setInputContext(InputContext inputContext)
Sets the input context that this input method window is attached to, null to unattach the window.
[Expand]
Inherited Methods
From class java.awt.Frame
From class java.awt.Window
From class java.awt.Container
From class java.awt.Component
From class java.lang.Object
From interface java.awt.MenuContainer
From interface java.awt.image.ImageObserver
From interface javax.accessibility.Accessible
From interface sun.awt.im.InputMethodWindow

Public Constructors

public SimpleInputMethodWindow (String title, InputContext context)

Constructs a simple input method window.

Public Methods

public InputContext getInputContext ()

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.

Returns
  • the input context used by this component; null if no context can be determined

public void setInputContext (InputContext inputContext)

Sets the input context that this input method window is attached to, null to unattach the window.