ij_plugins.scala.console

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
class IMainInterpreter(writer: Writer) extends Interpreter

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object ScalaConsoleApp extends JFXApp3

Stand-alone Scala Console application.

Stand-alone Scala Console application.

Attributes

Graph
Supertypes
trait JFXApp3
class Object
trait Matchable
class Any
Self type

Loader for the Scala Console main pane.

Loader for the Scala Console main pane.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
class ScalaConsolePaneModel extends ModelFX

UI model for the Scala Console main pane.

UI model for the Scala Console main pane.

Attributes

Graph
Supertypes
trait ModelFX
class Object
trait Matchable
class Any
class ScalaConsolePaneView(model: ScalaConsolePaneModel) extends ControllerFX

Attributes

Graph
Supertypes
trait ControllerFX
class Object
trait Matchable
class Any

Attributes

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

Wrapper for scala interpreter. Publishes events when output is printed to standard output, standard error, and to interpreter log.

Wrapper for scala interpreter. Publishes events when output is printed to standard output, standard error, and to interpreter log.

Publishes events: StateEvent, OutStreamEvent, ErrStreamEvent, InterpreterLogEvent, ResultEvent.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object YesNoAlert

Show a confirmation dialog with "Yes", "No", and "Cancel" buttons.

Show a confirmation dialog with "Yes", "No", and "Cancel" buttons.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type