org.openide.windows
Class InputOutput.NullOutputWriter

java.lang.Object
  |
  +--java.io.Writer
        |
        +--java.io.PrintWriter
              |
              +--org.openide.windows.OutputWriter
                    |
                    +--org.openide.windows.InputOutput.NullOutputWriter
Enclosing class:
InputOutput

Deprecated. Use InputOutput.NULL instead.

public static final class InputOutput.NullOutputWriter
extends OutputWriter


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

reset

public void reset()
Deprecated. 
Description copied from class: OutputWriter
Clear the output pane.
Overrides:
reset in class OutputWriter
Following copied from class: org.openide.windows.OutputWriter
Throws:
IOException - if there is a problem

println

public void println(String s,
                    OutputListener l)
Deprecated. 
Description copied from class: OutputWriter
Print a line.
Overrides:
println in class OutputWriter
Following copied from class: org.openide.windows.OutputWriter
Parameters:
s - a string to print to the tab
l - a listener that will receive events about this line
Throws:
IOException - if the string could not be printed


Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.