org.csstudio.startup.module
Interface CSSStartupExtensionPoint

All Known Subinterfaces:
LocaleSettingsExtPoint, LoginExtPoint, ProjectExtPoint, ServicesStartupExtPoint, ShutDownExtPoint, StartupParametersExtPoint, WorkbenchExtPoint, WorkspaceExtPoint
All Known Implementing Classes:
DefaultProject

public interface CSSStartupExtensionPoint

CSSExtensionPoint is the default interface of the extension points to be used by the CSS startup plug-in. It doesn't provide any functionality. It serves only as an identifier that something is an extension point to be handled at startup/shut down of the application

Author:
Jaka Bobnar

Field Summary
static java.lang.String NAME
          ID of the extension point for adding CSS startup modules
 

Field Detail

NAME

static final java.lang.String NAME
ID of the extension point for adding CSS startup modules

See Also:
Constant Field Values