Companion
Functions
Link copied to clipboard
fun launchWorkbench( project: AvailProject = AvailProjectV1(
"--No Project--",
true,
AvailRepositories()), availProjectFilePath: String = "", initial: String = "")
Content copied to clipboard
Launch the Avail builderUI.
Link copied to clipboard
fun launchWorkbenchWithProject( project: AvailProject, globalAvailConfiguration: GlobalAvailConfiguration, availProjectFilePath: String = "")
Content copied to clipboard
Launch the Avail builderUI.
Link copied to clipboard
Pass this method an Object and Method equipped to display application info. They will be called when the About menu item is selected from the application menu.
Link copied to clipboard
Pass this method a function which displays and edits application options. It will be invoked when the Preferences menu item is selected from the application menu.
Link copied to clipboard
Pass this method an Object and Method equipped to perform application shutdown logic. The method passed should return a boolean stating whether the quit should occur.
Properties
Link copied to clipboard
The key for the dark mode System.setProperty.