| |
|
| javax.swing.JTextArea com.jgraph.pad.factory.JGraphpadConsole
JGraphpadConsole | public class JGraphpadConsole extends JTextArea (Code) | | Console to display a print stream.
|
Inner Class :class JTextAreaOutputStream extends PrintStream | |
Field Summary | |
protected PrintStream | stream Holds the print stream that acts as a data source. |
stream | protected PrintStream stream(Code) | | Holds the print stream that acts as a data source.
|
JGraphpadConsole | public JGraphpadConsole(PrintStream stream)(Code) | | Constructs a console for the specified stream. If stream is one of
System.out or System.err then the respective stream will be redirected to
the constructed console.
Parameters: stream - The stream that is to be displayed. |
setStream | public void setStream(PrintStream stream)(Code) | | Parameters: stream - The stream to set. |
|
|
|