Editor

class Editor : Application

The main entry point for the Editor application. This is a JVM-only application (i.e. cannot be run in a browser).

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
lateinit var rawArguments: Array<out String>
Link copied to clipboard
val stages: ObservableList<RegularStage>
Link copied to clipboard
var status: ApplicationStatus
Link copied to clipboard
val statusProperty: ApplicationStatusProperty