|
SmartFrog 3.10.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
org.smartfrog.services.display.TextAreaOutputStream
public class TextAreaOutputStream
Extends OutputStream to output to Text Area.
| Constructor Summary | |
|---|---|
TextAreaOutputStream(java.lang.Object jta)
Constructs TextAreaOutputStream with jtext area. |
|
| Method Summary | |
|---|---|
static TextAreaOutputStream |
getStaticOutput()
Gets a single instance accesible jtext area |
static void |
setStaticOutput(java.lang.Object jta)
Sets a single instance of jtext area accesible via static methods |
void |
write(byte[] b)
Writes a byte array to the text area as a stream |
void |
write(byte[] buf,
int off,
int len)
Writes a byte subarray to the text area as a stream |
void |
write(int b)
Writes an integer to the text area as a stream |
| Methods inherited from class java.io.OutputStream |
|---|
close, flush |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextAreaOutputStream(java.lang.Object jta)
jta - jtext area| Method Detail |
|---|
public static void setStaticOutput(java.lang.Object jta)
jta - The new staticOutput value of jtext areapublic static TextAreaOutputStream getStaticOutput()
public void write(byte[] buf,
int off,
int len)
write in class java.io.OutputStreambuf - byte array to be writtenoff - offsetlen - lengthpublic void write(byte[] b)
write in class java.io.OutputStreamb - byte arraypublic void write(int b)
write in class java.io.OutputStreamb - integer
|
SmartFrog CORE 3.10.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||