/[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.1 by ericb, Fri Mar 29 05:53:18 2002 UTC revision 1.2 by mkoch, Sun Oct 12 13:53:38 2003 UTC
# Line 88  public interface InputMethodDescriptor Line 88  public interface InputMethodDescriptor
88     * @param displayLanguage the language of the result     * @param displayLanguage the language of the result
89     * @return the name of the input method when using the given inputLocale     * @return the name of the input method when using the given inputLocale
90     */     */
91    public String getInputMethodDisplayName(Locale inputLocale,    String getInputMethodDisplayName(Locale inputLocale,
92                                            Locale displayLanguage);                                     Locale displayLanguage);
93    
94    /**    /**
95     * Returns a 16x16 icon for the input locale. The inputLocale parameter     * Returns a 16x16 icon for the input locale. The inputLocale parameter
# Line 99  public interface InputMethodDescriptor Line 99  public interface InputMethodDescriptor
99     * @param inputLocale the locale of the input method, or null     * @param inputLocale the locale of the input method, or null
100     * @return a 16x16 icon for the input method when using the given inputLocale     * @return a 16x16 icon for the input method when using the given inputLocale
101     */     */
102    public Image getInputMethodIcon(Locale inputLocale);    Image getInputMethodIcon(Locale inputLocale);
103    
104    /**    /**
105     * Creates a new instance of the input method.     * Creates a new instance of the input method.
# Line 107  public interface InputMethodDescriptor Line 107  public interface InputMethodDescriptor
107     * @return the newly created input method     * @return the newly created input method
108     * @throws Exception if anything goes wrong     * @throws Exception if anything goes wrong
109     */     */
110    public InputMethod createInputMethod() throws Exception;    InputMethod createInputMethod() throws Exception;
111    
112  } // interface InputMethodDescriptor  } // interface InputMethodDescriptor
113    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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