|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
org.openbp.swing.components.JConsole.GUIMappedOutputStream
protected class JConsole.GUIMappedOutputStream
This output stream writes all output data to a text component.
| Constructor Summary | |
|---|---|
JConsole.GUIMappedOutputStream(java.io.OutputStream out)
Constructor. |
|
| Method Summary | |
|---|---|
java.awt.Color |
getColor()
Gets the text color. |
java.awt.Font |
getFont()
Gets the display font. |
java.io.OutputStream |
getOut()
Gets the stream to pass all output data to or null. |
void |
setColor(java.awt.Color color)
Sets the text color. |
void |
setFont(java.awt.Font font)
Sets the display font. |
void |
setOut(java.io.OutputStream out)
Sets the stream to pass all output data to or null. |
void |
write(int b)
Writes a byte to the text component. |
| 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 JConsole.GUIMappedOutputStream(java.io.OutputStream out)
out - Stream to pass all output data to or null| Method Detail |
|---|
public void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamb - Byte to write
java.io.IOException - Neverpublic java.io.OutputStream getOut()
public void setOut(java.io.OutputStream out)
public java.awt.Color getColor()
public void setColor(java.awt.Color color)
public java.awt.Font getFont()
public void setFont(java.awt.Font font)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||