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

/openjdk7/jdk/src/share/classes/java/awt/im/
H A DInputMethodRequests.java158 int getCommittedTextLength(); method in interface:InputMethodRequests
/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DCompositionAreaHandler.java320 public int getCommittedTextLength() { method in class:CompositionAreaHandler
323 return req.getCommittedTextLength();
H A DInputMethodContext.java306 * Calls the current client component's implementation of getCommittedTextLength.
308 public int getCommittedTextLength() { method in class:InputMethodContext
309 return getReq().getCommittedTextLength();
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCInputMethod.java591 if ((location + length) > (fIMContext.getCommittedTextLength() + fCurrentTextLength)) {
592 length = fIMContext.getCommittedTextLength() - location;
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DJTextComponent.java4600 public int getCommittedTextLength() { method in class:JTextComponent.InputMethodRequestsHandler

Completed in 47 milliseconds