src/share/classes/sun/awt/AWTAccessor.java

Print this page

        

*** 226,235 **** --- 226,240 ---- /* * Returns the acc this component was constructed with. */ AccessControlContext getAccessControlContext(Component comp); + /* + * Returns whether the input method is enabled + */ + boolean areInputMethodsEnabled(Component comp); + } /* * An interface of accessor for the java.awt.Container class. */