CodePaneImpl

de.sciss.scalainterpreter.impl.CodePaneImpl$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

trait Basic

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(config: Config): CodePane
def createEditorPane(style: Style, preferredSize: (Int, Int), keyProcessor: KeyEvent => KeyEvent, keyMap: Map[KeyStroke, () => Unit]): EditorPane
def initKit[A <: DefaultSyntaxKit](style: Style)(implicit ct: ClassTag[A]): Unit