Config

de.sciss.scalainterpreter.CodePane$.Config
See theConfig companion object
trait Config extends ConfigLike

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def 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

Inherited from:
ConfigLike
def keyMap: Map[KeyStroke, () => Unit]

A map of custom keyboard action bindings

A map of custom keyboard action bindings

Attributes

Inherited from:
ConfigLike
def keyProcessor: KeyEvent => KeyEvent

A pre-processor function for key events

A pre-processor function for key events

Attributes

Inherited from:
ConfigLike
def preferredSize: (Int, Int)

Preferred width and height of the component

Preferred width and height of the component

Attributes

Inherited from:
ConfigLike

The color scheme to use

The color scheme to use

Attributes

Inherited from:
ConfigLike
def text: String

The initial text to be shown in the pane

The initial text to be shown in the pane

Attributes

Inherited from:
ConfigLike