de.sciss.scalainterpreter.LogPane
See theLogPane companion object A pane widget which can be used to log text output, and which can be hooked up to capture the
default console output.
Attributes
- Companion:
- object
- Graph
- Supertypes
class Object
trait Matchable
class Any
Members list
Concise view
Value members
Clears the contents of the pane.
Clears the contents of the pane.
Attributes
The Swing component which can be added to a Swing parent container.
The Swing component which can be added to a Swing parent container.
Attributes
Makes this log pane the default text output for
Console.out and optionally for Console.err as well.
Makes this log pane the default text output for
Console.out and optionally for Console.err as well.
Attributes
- Returns:
the method returns the log pane itself for convenience and method concatenation
An OutputStream which will write to the pane.
An OutputStream which will write to the pane.
Attributes
A Writer which will write to the pane.
A Writer which will write to the pane.
Attributes