Searched refs:InputMethodSupport (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/
H A DInputMethodSupport.java37 public interface InputMethodSupport { interface
H A DSunToolkit.java59 ComponentFactory, InputMethodSupport, KeyboardFocusManagerPeerProvider {
/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputMethodContext.java46 import sun.awt.InputMethodSupport;
355 if (toolkit instanceof InputMethodSupport) {
356 return ((InputMethodSupport)toolkit).createInputMethodWindow(
H A DInputMethodManager.java56 import sun.awt.InputMethodSupport;
281 if (toolkit instanceof InputMethodSupport) {
283 ((InputMethodSupport)toolkit)
592 if (toolkit instanceof InputMethodSupport) {
593 return ((InputMethodSupport)toolkit).getDefaultKeyboardLocale();
/openjdk7/jdk/src/share/classes/java/awt/
H A DTextComponent.java33 import sun.awt.InputMethodSupport;
142 if (toolkit instanceof InputMethodSupport) {
143 shouldEnable = ((InputMethodSupport)toolkit)

Completed in 47 milliseconds