ScalaConsolePane

ij_plugins.scala.console.ScalaConsolePane

Loader for the Scala Console main pane.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Create an instance of a controller.

Create an instance of a controller.

Example:

 def controllerInstance: MyController = new MyController(model)

where MyController extends ControllerFX

Attributes

def loadScriptFile(file: File): Unit

Inherited methods

def createStage(title: String): Stage

Create a stage containing this component. The model is initialized on a separate thread.

Create a stage containing this component. The model is initialized on a separate thread.

Attributes

Inherited from:
MVCfx

Concrete fields

lazy override val model: ScalaConsolePaneModel

UI model for this component.

UI model for this component.

Attributes

Inherited fields

lazy val view: Parent

Top level UI node for this component.

Top level UI node for this component.

Attributes

Inherited from:
MVCfx