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

/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWTextAreaPeer.java45 insertText(txt, pos);
81 public native void insertText(String txt, int pos); method in class:WTextAreaPeer
/openjdk7/jdk/src/share/classes/java/awt/
H A DTextArea.java313 insertText(str, pos);
321 public synchronized void insertText(String str, int pos) { method in class:TextArea
351 insertText(str, getText().length());
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCInputMethod.java421 synchronized private void insertText(String aString) { method in class:CInputMethod
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DAWTView.m849 - (void) insertText:(id)aString replacementRange:(NSRange)replacementRange
852 fprintf(stderr, "AWTView InputMethod Selector Called : [insertText]: %s\n", [aString UTF8String]);
862 // insertText gets called when the user commits text generated from an input method. It also gets
879 static JNF_MEMBER_CACHE(jm_insertText, jc_CInputMethod, "insertText", "(Ljava/lang/String;)V");
885 // We also don't want to send the character that triggered the insertText, usually a return. [3337563]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXTextAreaPeer.java538 public void insertText(String txt, int pos) { method in class:XTextAreaPeer

Completed in 606 milliseconds