InterpreterPane

de.sciss.scalainterpreter.InterpreterPane$
See theInterpreterPane companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

object Config

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Config.type
trait Config extends ConfigLike

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
sealed trait ConfigLike

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Value members

Concrete methods

def apply(config: Config, interpreterConfig: Config, codePaneConfig: Config)(implicit exec: ExecutionContext): InterpreterPane
def bang(codePane: CodePane, interpreter: Interpreter): Option[Result]
def wrap(interpreter: Interpreter, codePane: CodePane): InterpreterPane
def wrapAsync(interpreter: Future[Interpreter], codePane: CodePane)(implicit exec: ExecutionContext): InterpreterPane