launchWorkbench

fun launchWorkbench(    project: AvailProject = AvailProjectV1( "--No Project--", true, AvailRepositories(rootNameInJar = null)),     availProjectFilePath: String = "",     initial: String = "",     customWindowTitle: String = "",     useProjectNameAsFullTitle: Boolean)

Launch the Avail builderUI.

Parameters

project

The AvailProject to use to launch the workbench.

availProjectFilePath

The String path to the availProject configuration file or an empty String if the AvailWorkbench was started without an AvailProject.

initial

The name of the module to have selected when the workbench frame is opened.

customWindowTitle

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.

useProjectNameAsFullTitle

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.