TuPrologIDEApplication

class TuPrologIDEApplication : Application

Standalone JavaFX launcher for the tuProlog IDE: it shows the default TuPrologIDEBuilder configuration on the primary Stage and terminates the JVM when the window closes. Embed the IDE into a bigger application by using TuPrologIDEBuilder directly instead of this class.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hostServices: HostServices?
Link copied to clipboard
val parameters: Application.Parameters?

Functions

Link copied to clipboard
open fun init()
Link copied to clipboard
fun notifyPreloader(p0: Preloader.PreloaderNotification?)
Link copied to clipboard
open override fun start(stage: Stage)

Builds and shows the default TuPrologIDEBuilder on stage.

Link copied to clipboard
open override fun stop()

Terminates the JVM (with exit code 0) once the JavaFX application stops.