|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.OutputStream org.devaki.nextobjects.ui.components.JTextAreaOutputStream
This class provide the textarea used for the log panel.
Constructor Summary | |
JTextAreaOutputStream(javax.swing.JTextArea pTa)
Initialise an OutputStream as entry for a given jTextarea |
Method Summary | |
void |
close()
Close operation (nothing to do) |
void |
flush()
Flush operation (nothing to do) |
void |
write(byte[] b)
data to be logged entry point |
void |
write(byte[] b,
int off,
int len)
data to be logged entry point |
void |
write(int b)
data to be logged entry point |
void |
write(java.lang.String msg)
Write as string |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JTextAreaOutputStream(javax.swing.JTextArea pTa)
pTa
- the textareaMethod Detail |
public final void write(int b)
b
- ascii charpublic final void write(byte[] b)
b
- message as byte arraypublic final void write(byte[] b, int off, int len)
b
- message as a byte arrayoff
- where to startlen
- lengt to logpublic final void write(java.lang.String msg)
msg
- the stringpublic void close()
public void flush()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |