Uses of Interface
org.csstudio.startup.module.CSSStartupExtensionPoint

Packages that use CSSStartupExtensionPoint
org.csstudio.startup.application Common CSS RCP application 
org.csstudio.startup.module Extension points for common CSS RCP application 
org.csstudio.startup.module.defaults Default implementations for CSS RCP application extension points 
 

Uses of CSSStartupExtensionPoint in org.csstudio.startup.application
 

Fields in org.csstudio.startup.application with type parameters of type CSSStartupExtensionPoint
protected  java.util.HashMap<java.lang.Class<? extends CSSStartupExtensionPoint>,CSSStartupExtensionPoint[]> Application.configurationElements
          The map of all loaded extension points.
 

Methods in org.csstudio.startup.application with type parameters of type CSSStartupExtensionPoint
protected
<T extends CSSStartupExtensionPoint>
T[]
Application.getExtensionPoints(java.lang.Class<T> type, java.lang.String name)
          Gathers the loaded extension points which match the parameter criteria.
 

Methods in org.csstudio.startup.application that return CSSStartupExtensionPoint
protected
<T extends CSSStartupExtensionPoint>
T[]
Application.getExtensionPoints(java.lang.Class<T> type, java.lang.String name)
          Gathers the loaded extension points which match the parameter criteria.
 

Uses of CSSStartupExtensionPoint in org.csstudio.startup.module
 

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

Uses of CSSStartupExtensionPoint in org.csstudio.startup.module.defaults
 

Classes in org.csstudio.startup.module.defaults that implement CSSStartupExtensionPoint
 class DefaultProject
          DefaultProject opens and closes the application's default project.