Lines Matching refs:textArea
365 + result = dim.evalScriptWithReturn(url, w.textArea.getText(), scope);
449 + proxy.text = textArea.getText();
473 + String s = textArea.getText();
511 textArea.select(0);
528 if (!textArea.getText().equals(newText)) {
529 + textArea.getDocument().removeDocumentListener(this);
530 textArea.setText(newText);
532 + textArea.getDocument().addDocumentListener(this);
562 + return textArea.getText();
572 - // textArea.cut();
573 + textArea.cut();
575 textArea.copy();
577 - // textArea.paste();
578 + textArea.paste();