foundry.io
Class JTextComponentWriter
java.lang.Object
|
+--java.io.Writer
|
+--foundry.io.JTextComponentWriter
- public class JTextComponentWriter
- extends Writer
Method Summary |
void |
close()
|
void |
flush()
|
void |
write(char[] chars,
int offset,
int length)
|
void |
write(String string,
int offset,
int length)
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
component
private JTextComponent component
isClosed
private boolean isClosed
JTextComponentWriter
public JTextComponentWriter(JTextComponent component)
flush
public void flush()
throws IOException
- Overrides:
flush
in class Writer
close
public void close()
throws IOException
- Overrides:
close
in class Writer
write
public void write(String string,
int offset,
int length)
throws IOException
- Overrides:
write
in class Writer
write
public void write(char[] chars,
int offset,
int length)
throws IOException
- Overrides:
write
in class Writer
Copyright © 2000 - Laird Jarrett Nelson