|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.io.Writer
|
+--java.io.PrintWriter
|
+--org.openide.windows.OutputWriter
|
+--org.openide.windows.InputOutput.NullOutputWriter
InputOutput.NULL instead.
| Fields inherited from class java.io.PrintWriter |
out |
| Fields inherited from class java.io.Writer |
lock |
| Method Summary | |
void |
println(String s,
OutputListener l)
Deprecated. Print a line. |
void |
reset()
Deprecated. Clear the output pane. |
| Methods inherited from class java.io.PrintWriter |
checkError, close, flush, print, print, print, print, print, print, print, print, print, println, println, println, println, println, println, println, println, println, println, setError, write, write, write, write, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void reset()
OutputWriterreset in class OutputWriterorg.openide.windows.OutputWriterIOException - if there is a problem
public void println(String s,
OutputListener l)
OutputWriterprintln in class OutputWriterorg.openide.windows.OutputWriters - a string to print to the tabl - a listener that will receive events about this lineIOException - if the string could not be printed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||