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

Print this page

        

@@ -226,10 +226,15 @@
         /*
          * 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.
      */