LogPane

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.

A pane widget which can be used to log text output, and which can be hooked up to capture the default console output.

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def clear(): Unit

Clears the contents of the pane.

Clears the contents of the pane.

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.

def makeDefault(error: Boolean): LogPane

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.

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.

def writer: Writer

A Writer which will write to the pane.

A Writer which will write to the pane.