ConfigLike

de.sciss.scalainterpreter.CodePane$.ConfigLike
sealed trait ConfigLike

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract 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

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

A map of custom keyboard action bindings

A map of custom keyboard action bindings

Attributes

def keyProcessor: KeyEvent => KeyEvent

A pre-processor function for key events

A pre-processor function for key events

Attributes

def 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

def text: String

The initial text to be shown in the pane

The initial text to be shown in the pane

Attributes