Creates an empty library. This method can be called alternatively to
accessing directly the NameContainer returned by getLibraryContainer.
By using this method together with addModule and addStarBasicDialog
the caller does not have to implement XStarBasicLibraryInfo, XModuleInfo,
and XStarBasicDialogInfo
Adds a module to an existing (e.g., created by createLibrary) library.
By using this method together with createLibrary the caller does not have
to implement XStarBasicLibraryInfo and XModuleInfo.
Adds an old style basic dialog (SI controls) to an existing (e.g., created
by createLibrary) library.
By using this method together with createLibrary the caller does not have
to implement XStarBasicLibraryInfo and XStarBasicDialogInfo
Creates an empty library. This method can be called alternatively to
accessing directly the NameContainer returned by getLibraryContainer.
By using this method together with addModule and addStarBasicDialog
the caller does not have to implement XStarBasicLibraryInfo, XModuleInfo,
and XStarBasicDialogInfo
Adds a module to an existing (e.g., created by createLibrary) library.
By using this method together with createLibrary the caller does not have
to implement XStarBasicLibraryInfo and XModuleInfo.
Throws
NoSuchElementException
if the library doesn't exist.
Adds an old style basic dialog (SI controls) to an existing (e.g., created
by createLibrary) library.
By using this method together with createLibrary the caller does not have
to implement XStarBasicLibraryInfo and XStarBasicDialogInfo
Throws
NoSuchElementException
if the library doesn't exist.