LogPane

de.sciss.scalainterpreter.LogPane
See theLogPane companion object
trait LogPane

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

Abstract methods

def clear(): Unit

Clears the contents of the pane.

Clears the contents of the pane.

Attributes

def component: Component

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

def makeDefault(error: Boolean): LogPane.this.type

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

def outputStream: OutputStream

An OutputStream which will write to the pane.

An OutputStream which will write to the pane.

Attributes

def writer: Writer

A Writer which will write to the pane.

A Writer which will write to the pane.

Attributes