Searched refs:textComponent (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/javax/swing/text/JTextComponent/5074573/
H A Dbug5074573.java42 private static JTextComponent textComponent; field in class:bug5074573
79 if (textComponent instanceof JTextField && "Aqua".equals(UIManager.getLookAndFeel().getID())) {
84 Caret caret = textComponent.getCaret();
86 textComponent.select(dot, dot);
103 Caret caret = textComponent.getCaret();
124 result[0] = textComponent.getText();
147 textComponent = textComponentClass.newInstance();
148 textComponent.setText(testString);
149 frame.add(textComponent);
152 textComponent
[all...]
/openjdk7/jdk/src/share/classes/sun/swing/text/
H A DTextComponentPrintable.java150 * Returns {@code TextComponentPrintable} to print {@code textComponent}.
152 * @param textComponent {@code JTextComponent} to print
155 * @return {@code TextComponentPrintable} to print {@code textComponent}
157 public static Printable getPrintable(final JTextComponent textComponent, argument
161 if (textComponent instanceof JEditorPane
162 && isFrameSetDocument(textComponent.getDocument())) {
165 List<JEditorPane> frames = getFrames((JEditorPane) textComponent);
174 return new TextComponentPrintable(textComponent,
274 * {@code textComponent} with {@code headerFormat} and {@code footerFormat}.
276 * @param textComponent {
280 TextComponentPrintable(JTextComponent textComponent, MessageFormat headerFormat, MessageFormat footerFormat) argument
307 createPrintShell(final JTextComponent textComponent) argument
335 createPrintShellOnEDT(final JTextComponent textComponent) argument
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_TextArea.cpp39 jobject textComponent; member in struct:ReplaceTextStruct
674 jobject textComponent = rts->textComponent; local
682 JNI_CHECK_PEER_GOTO(textComponent, done);
707 env->DeleteGlobalRef(textComponent);
784 rts->textComponent = selfGlobalRef;
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHiddenTagView.java239 JTextComponent textComponent = getTextComponent();
240 if (textComponent != null) {
241 String text = textComponent.getText();

Completed in 78 milliseconds