jdk/src/share/classes/java/awt/event/InputMethodEvent.java
changeset 22254 8550495a4d78
parent 16734 da1901d79073
child 25133 a327a33a1e0a
equal deleted inserted replaced
22173:f130ca87de66 22254:8550495a4d78
   275         return text;
   275         return text;
   276     }
   276     }
   277 
   277 
   278     /**
   278     /**
   279      * Gets the number of committed characters in the text.
   279      * Gets the number of committed characters in the text.
       
   280      * @return the number of committed characters in the text
   280      */
   281      */
   281     public int getCommittedCharacterCount() {
   282     public int getCommittedCharacterCount() {
   282         return committedCharacterCount;
   283         return committedCharacterCount;
   283     }
   284     }
   284 
   285