|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
com.rapidminer.gui.tools.LoggingViewerOutputStream
public class LoggingViewerOutputStream
A special output stream that appends all its incoming characters and perform necessary formatting.
| Constructor Summary | |
|---|---|
LoggingViewerOutputStream(javax.swing.JTextPane textArea)
|
|
| Method Summary | |
|---|---|
void |
clear()
|
void |
write(int b)
|
| Methods inherited from class java.io.OutputStream |
|---|
close, flush, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoggingViewerOutputStream(javax.swing.JTextPane textArea)
| Method Detail |
|---|
public void write(int b)
write in class java.io.OutputStreampublic void clear()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||