Startup

Identifier: org.eclipse.ui.startup

Description: This extension point is used to register plugins that want to be activated on startup. The plugin class must implement the interface org.eclipse.ui.IStartup. Once the workbench is started, the method earlyStartup() will be called from a separated thread.

These plugins are listed in the workbench preferences and the user may disable any plugin from early starting up.

Since: Release 2.0

Configuration Markup:

   <!ELEMENT startup EMPTY>

Examples:

Following is an example of a startup extension:

   <extension point="org.eclipse.ui.startup"/>

API Information: See interface org.eclipse.ui.IStartup.

Supplied Implementation: None.

Copyright IBM Corporation and others 2000, 2002.