public class JTextAreaOutputStream extends AbstractComponentOutputStream<JTextArea>
| Constructor and Description |
|---|
JTextAreaOutputStream(JTextArea component) |
JTextAreaOutputStream(JTextArea component,
int maxLines) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
append(JComponent swingComponent,
String text) |
protected void |
redrawTextOf(JComponent swingComponent) |
protected void |
replaceRange(JComponent swingComponent,
String text,
int start,
int end) |
protected void |
setText(JComponent swingComponent,
String text)
Sets the text.
|
public JTextAreaOutputStream(JTextArea component)
public JTextAreaOutputStream(JTextArea component, int maxLines)
protected void append(JComponent swingComponent, String text)
append in class AbstractComponentOutputStream<JTextArea>protected void redrawTextOf(JComponent swingComponent)
protected void replaceRange(JComponent swingComponent, String text, int start, int end)
replaceRange in class AbstractComponentOutputStream<JTextArea>protected void setText(JComponent swingComponent, String text)
AbstractComponentOutputStreamsetText in class AbstractComponentOutputStream<JTextArea>swingComponent - the swing componenttext - the textCopyright © 2015–2019 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.