public class

InputMethodJFrame

extends JFrame
implements InputMethodWindow
java.lang.Object
   ↳ java.awt.Component
     ↳ java.awt.Container
       ↳ java.awt.Window
         ↳ java.awt.Frame
           ↳ javax.swing.JFrame
             ↳ sun.awt.im.InputMethodJFrame

Class Overview

Implements a Swing based input method window that provides the minimal functionality as specified in createInputMethodJFrame(String, boolean).

Summary

[Expand]
Inherited Constants
From class javax.swing.JFrame
From class java.awt.Frame
From class java.awt.Component
From interface java.awt.image.ImageObserver
From interface javax.swing.WindowConstants
[Expand]
Inherited Fields
From class javax.swing.JFrame
Public Constructors
InputMethodJFrame(String title, InputContext context)
Constructs a Swing based 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 javax.swing.JFrame
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 javax.swing.RootPaneContainer
From interface sun.awt.im.InputMethodWindow

Public Constructors

public InputMethodJFrame (String title, InputContext context)

Constructs a Swing based 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.