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

/openjdk9/jdk/src/java.desktop/share/classes/java/awt/im/
H A DInputMethodRequests.java149 AttributedCharacterIterator getCommittedText(int beginIndex, int endIndex, method in interface:InputMethodRequests
/openjdk9/jdk/src/java.desktop/share/classes/sun/awt/im/
H A DInputMethodContext.java296 * Calls the current client component's implementation of getCommittedText.
298 public AttributedCharacterIterator getCommittedText(int beginIndex, method in class:InputMethodContext
301 return getReq().getCommittedText(beginIndex, endIndex, attributes);
H A DCompositionAreaHandler.java311 public AttributedCharacterIterator getCommittedText(int beginIndex, method in class:CompositionAreaHandler
316 return req.getCommittedText(beginIndex, endIndex, attributes);
/openjdk9/jdk/src/java.desktop/macosx/classes/sun/lwawt/macosx/
H A DCInputMethod.java602 theIterator = fIMContext.getCommittedText(location, location + length, null);
607 theIterator = fIMContext.getCommittedText(location, location + length, null);
611 theIterator = fIMContext.getCommittedText(location - fCurrentTextLength, location - fCurrentTextLength + length, null);
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DJTextComponent.java4640 public AttributedCharacterIterator getCommittedText(int beginIndex, method in class:JTextComponent.InputMethodRequestsHandler

Completed in 134 milliseconds