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