ConfigBuilder

de.sciss.scalainterpreter.CodePane$.ConfigBuilder
See theConfigBuilder companion object

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

Abstract fields

var font: Seq[(String, Int)]

A list of preferred font faces, given as pairs of font name and font size. The code pane tries to find the first matching font, therefore put the preferred faces in the beginning of the sequence, and the fall-back faces in the end.

A list of preferred font faces, given as pairs of font name and font size. The code pane tries to find the first matching font, therefore put the preferred faces in the beginning of the sequence, and the fall-back faces in the end.

Attributes

var keyMap: Map[KeyStroke, () => Unit]

A map of custom keyboard action bindings

A map of custom keyboard action bindings

Attributes

var keyProcessor: KeyEvent => KeyEvent

A pre-processor function for key events

A pre-processor function for key events

Attributes

var preferredSize: (Int, Int)

Preferred width and height of the component

Preferred width and height of the component

Attributes

The color scheme to use

The color scheme to use

Attributes

var text: String

The initial text to be shown in the pane

The initial text to be shown in the pane

Attributes