GlokSettingsApplication

A standalone application to edit Glok's settings.

The settings are from GlokSettings and Tantalum, and are saved as Java Preferences (See GlokSettings.save).

If another applications load these settings (using GlokSettings.load), then the applications will share the same settings.

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

A list of all open RegularStages. i.e. This does NOT include OverlayStages, which are used for PopupMenus, Tooltips etc. and may optionally also be used for dialogs and other 'windows'.

Link copied to clipboard
Link copied to clipboard

Set this to ApplicationStatus.FORCE_QUIT or ApplicationStatus.REQUEST_QUIT, and all stages will be closed, which will then cause the application to end.

Functions

Link copied to clipboard
open fun addTabs(tabPane: TabPane)
Link copied to clipboard
open fun createScene(): Scene
Link copied to clipboard
open fun save()