Package org.csstudio.startup.module

Extension points for common CSS RCP application

See:
          Description

Interface Summary
CSSStartupExtensionPoint CSSExtensionPoint is the default interface of the extension points to be used by the CSS startup plug-in.
LocaleSettingsExtPoint LocaleSettingsExtPoint defines how and which locale settings (if any) will be applied to certain application parts.
LoginExtPoint LoginExtPoint defines the credentials for the login to the application and logins the user to the application.
ProjectExtPoint ProjectExtPoint defines methods which will open or close the projects that belong to the application context.
ServicesStartupExtPoint ServicesStartupExtPoint defines how the services and which services should be started when the application is loading.
ShutDownExtPoint ShutDownExtPoint is used to provide the code that needs to be executed just before the workbench closes.
StartupParametersExtPoint StartupParametersExtPoint reads the input parameters and provides access to those parameters to the application, which subsequently forwards the parameters to other extension points.
WorkbenchExtPoint RunWorkbenchExtPoint defines the actions that are executed during the workbench startup.
WorkspaceExtPoint WorkspacePromptExtPoint defines how the workspace for the application is loaded.
 

Package org.csstudio.startup.module Description

Extension points for common CSS RCP application