org.sourceforge.jxutil.swing
Class StreamPanel$2
java.lang.Object
|
+--java.io.Writer
|
+--org.sourceforge.jxutil.swing.StreamPanel$2
- synchronized class StreamPanel$2
- extends Writer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StreamPanel$2
StreamPanel$2(StreamPanel)
close
public void close()
- Specified by:
close
in class Writer
flush
public void flush()
- Specified by:
flush
in class Writer
write
public void write(char[])
- Overrides:
write
in class Writer
write
public void write(char[],
int,
int)
- Specified by:
write
in class Writer
write
public void write(int)
- Overrides:
write
in class Writer
write
public void write(String)
- Overrides:
write
in class Writer
write
public void write(String,
int,
int)
- Overrides:
write
in class Writer
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.