ScalaConsolePaneModel

ij_plugins.scala.console.ScalaConsolePaneModel
class ScalaConsolePaneModel extends ModelFX

UI model for the Scala Console main pane.

Attributes

Graph
Supertypes
trait ModelFX
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def onExit(): Boolean

Exit application if no saving is needed or saving is done. Do not exit if user cancelled saving request.

Exit application if no saving is needed or saving is done. Do not exit if user cancelled saving request.

Attributes

Returns:

true when exited (application may terminate before returning). false if exit was canceled.

def onRun(): Unit

Inherited methods

def parentWindow: Option[Window]

Window of the parent node. Can be null.

Window of the parent node. Can be null.

Attributes

Inherited from:
ModelFX
def shutDown(): Unit

Attributes

Inherited from:
ModelFX
def startUp(): Unit

Attributes

Inherited from:
ModelFX

Concrete fields

val isReady: ReadOnlyBooleanProperty
val statusText: StringProperty

Inherited fields

val parent: ObjectProperty[Node]

Parent node of the view. Can be null.

Parent node of the view. Can be null.

Attributes

Inherited from:
ModelFX