java-gnome version 4.0.19

org.gnome.gtk
Class MulticontextInputMethod

Object
  extended by org.freedesktop.bindings.Pointer
      extended by org.freedesktop.bindings.Proxy
          extended by org.gnome.glib.Object
              extended by org.gnome.gtk.InputMethod
                  extended by org.gnome.gtk.MulticontextInputMethod

public class MulticontextInputMethod
extends InputMethod

A dynamic input method that enables the user to switch between input methods.

Apparently you should use this in preference to "simple", although if using this without having specified a different input method you'll get GTK's default which seems to be a (the?) SimpleInputMethod.

Since:
4.0.14
Author:
Andrew Cowie

Nested Class Summary
 
Nested classes/interfaces inherited from class org.gnome.gtk.InputMethod
InputMethod.Commit
 
Constructor Summary
MulticontextInputMethod()
          Create an input method.
 
Method Summary
 
Methods inherited from class org.gnome.gtk.InputMethod
connect, filterKeypress, setUsePreedit
 
Methods inherited from class org.freedesktop.bindings.Pointer
toString
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MulticontextInputMethod

public MulticontextInputMethod()
Create an input method.

Since:
4.0.14


java-gnome