public class MessageConsole extends Object
| Constructor and Description |
|---|
MessageConsole(JTextComponent textComponent) |
MessageConsole(JTextComponent textComponent,
boolean isAppend) |
| Modifier and Type | Method and Description |
|---|---|
void |
redirectErr() |
void |
redirectErr(Color textColor,
PrintStream printStream) |
void |
redirectOut() |
void |
redirectOut(Color textColor,
PrintStream printStream) |
void |
setMessageLines(int lines) |
public MessageConsole(JTextComponent textComponent)
public MessageConsole(JTextComponent textComponent, boolean isAppend)
public void redirectOut()
public void redirectOut(Color textColor, PrintStream printStream)
public void redirectErr()
public void redirectErr(Color textColor, PrintStream printStream)
public void setMessageLines(int lines)
Copyright © 2013. All Rights Reserved.