src/share/classes/java/awt/event/InputMethodEvent.java

Print this page

        

*** 275,284 **** --- 275,285 ---- return text; } /** * Gets the number of committed characters in the text. + * @return the number of committed characters in the text */ public int getCommittedCharacterCount() { return committedCharacterCount; }