package console
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class IMainInterpreter extends Interpreter
- class ScalaConsolePane extends MVCfx
Loader for the Scala Console main pane.
- class ScalaConsolePaneModel extends ModelFX
UI model for the Scala Console main pane.
- class ScalaConsolePaneView extends Initializable with ProxyDependencyInjection with ControllerAccessor
View for the Scala Console main pane.
- class ScalaInterpreter extends Publisher[InterpreterEvent]
Wrapper for scala interpreter.
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.
Value Members
- object IMainFactory
- object ScalaConsoleApp extends JFXApp3
Stand-alone Scala Console application.
- object ScalaInterpreter
- object YesNoAlert
Show a confirmation dialog with "Yes", "No", and "Cancel" buttons.