|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.Writer
databionics.gui.LogPanelWriter
public class LogPanelWriter
A writer that writes to a LogPanel
| Field Summary | |
|---|---|
protected static org.apache.log4j.Logger |
log
interface to log4j system |
protected LogPanel |
logPanel
panel to write to |
| Fields inherited from class java.io.Writer |
|---|
lock |
| Constructor Summary | |
|---|---|
LogPanelWriter(LogPanel logPanel)
constructor with panel to write to |
|
| Method Summary | |
|---|---|
void |
close()
Ignore call to close |
void |
flush()
Ignore call to flush |
void |
write(char[] buf,
int off,
int len)
Write an array of chars to the panel |
| Methods inherited from class java.io.Writer |
|---|
append, append, append, write, write, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static org.apache.log4j.Logger log
protected LogPanel logPanel
| Constructor Detail |
|---|
public LogPanelWriter(LogPanel logPanel)
| Method Detail |
|---|
public void write(char[] buf,
int off,
int len)
write in class java.io.Writerbuf - -
Array of charactersoff - -
Offset from which to start writing characterslen - -
Number of characters to writepublic void flush()
flush in interface java.io.Flushableflush in class java.io.Writerpublic void close()
close in interface java.io.Closeableclose in class java.io.Writer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||