launch Workbench With Project
fun launchWorkbenchWithProject( project: AvailProject, globalAvailConfiguration: GlobalAvailConfiguration, availProjectFilePath: String = "", customWindowTitle: String = "", useProjectNameAsFullTitle: Boolean = false)
Content copied to clipboard
fun launchWorkbenchWithProject( project: AvailProject, customWindowTitle: String = "", availProjectFilePath: String = "", useProjectNameAsFullTitle: Boolean = true)
Content copied to clipboard
Launch the Avail builderUI.
Parameters
project
The AvailProject to use to launch the workbench.
avail Project File Path
The String path to the availProject configuration file or an empty String if the AvailWorkbench was started without an AvailProject.
custom Window Title
The title to apply to the Avail Workbench window. If empty, the default will be to determine the name based upon the rules associated with useProjectNameAsFullTitle.
use Project Name As Full Title
true indicates only the AvailProject.name should be used as the title for the entire workbench window; false indicates the AvailProject.name will appear in parenthesis: "Avail Workbench (
Throws
If something goes wrong.