API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.im.spi. InputMethodContext View Source
Author(s)
JavaSoft International
Since
1.3
Version
1.17, 11/17/05
Serial
Hierarchy
 InputMethodRequests
      InputMethodContext
Subinterfaces
Description
public interface InputMethodContext
  Provides methods that input methods can use to communicate with their client components or to request other services.
See also:   
Methods
Hide/Show inherited methods
public JFrame createInputMethodJFrame (String title, boolean attachToInputContext)
  Creates a top-level Swing JFrame for use by the input method.
public Window createInputMethodWindow (String title, boolean attachToInputContext)
  Creates a top-level window for use by the input method.
public void dispatchInputMethodEvent (int id, AttributedCharacterIterator text, int committedCharacterCount, TextHitInfo caret, TextHitInfo visiblePosition)
  Creates an input method event from the arguments given and dispatches it to the client component.
public void enableClientWindowNotification (InputMethod inputMethod, boolean enable)
  Enables or disables notification of the current client window's location and state for the specified input method.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar