Searched refs:getInputMethodDisplayName (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/im/spi/
H A DInputMethodDescriptor.java96 String getInputMethodDisplayName(Locale inputLocale, Locale displayLanguage); method in interface:InputMethodDescriptor
/openjdk7/jdk/src/share/demo/jfc/CodePointIM/
H A DCodePointInputMethodDescriptor.java82 public synchronized String getInputMethodDisplayName(Locale inputLocale, method in class:CodePointInputMethodDescriptor
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWInputMethodDescriptor.java68 * @see java.awt.im.spi.InputMethodDescriptor#getInputMethodDisplayName
70 public synchronized String getInputMethodDisplayName(Locale inputLocale, Locale displayLanguage) { method in class:WInputMethodDescriptor
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11InputMethodDescriptor.java70 * @see java.awt.im.spi.InputMethodDescriptor#getInputMethodDisplayName
72 public synchronized String getInputMethodDisplayName(Locale inputLocale, Locale displayLanguage) { method in class:X11InputMethodDescriptor
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCInputMethodDescriptor.java79 * @see java.awt.im.spi.InputMethodDescriptor#getInputMethodDisplayName
81 public synchronized String getInputMethodDisplayName(Locale inputLocale, Locale displayLanguage) { method in class:CInputMethodDescriptor
/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputMethodPopupMenu.java85 String label = descriptor.getInputMethodDisplayName(null, Locale.getDefault());
106 label = descriptor.getInputMethodDisplayName(locales[0], Locale.getDefault());
H A DInputContext.java766 getInputMethodDisplayName(getLocale(), SunToolkit.
889 {inputMethodLocator.getDescriptor().getInputMethodDisplayName(null, Locale.getDefault()),

Completed in 1586 milliseconds