/[classpath]/classpath/java/awt/im/spi/InputMethodDescriptor.java
ViewVC logotype

Diff of /classpath/java/awt/im/spi/InputMethodDescriptor.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2.2.2 by gnu_andrew, Tue Aug 2 20:12:15 2005 UTC revision 1.2.2.3 by gnu_andrew, Wed Nov 2 00:43:31 2005 UTC
# Line 39  package java.awt.im.spi; Line 39  package java.awt.im.spi;
39    
40  import java.awt.AWTException;  import java.awt.AWTException;
41  import java.awt.Image;  import java.awt.Image;
42    import java.awt.im.InputContext;
43  import java.util.Locale;  import java.util.Locale;
44    
45  /**  /**
# Line 57  public interface InputMethodDescriptor Line 58  public interface InputMethodDescriptor
58     * also by country and variant), via     * also by country and variant), via
59     * {@link InputContext#selectInputMethod(Locale)}. The returned list should     * {@link InputContext#selectInputMethod(Locale)}. The returned list should
60     * ignore pass-through locales, so it is usually a subset of locales for     * ignore pass-through locales, so it is usually a subset of locales for
61     * which {@link InputMethod#setContext(Locale)} returns true. If     * which {@link InputMethod#setLocale(Locale)} returns true. If
62     * {@link #hasDynamicLocaleList()} returns true, this is called each time     * {@link #hasDynamicLocaleList()} returns true, this is called each time
63     * information is needed, allowing dynamic addition or removal of supported     * information is needed, allowing dynamic addition or removal of supported
64     * locales.     * locales.

Legend:
Removed from v.1.2.2.2  
changed lines
  Added in v.1.2.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26