java.lang.Object
|
+--org.eclipse.core.runtime.Plugin
|
+--org.eclipse.ui.plugin.AbstractUIPlugin
|
+--com.ibm.lab.soln.contributions.ContributionsPlugin
There is no plug-in specific code in this class. It is the default generated class.
| Fields inherited from class org.eclipse.core.runtime.Plugin |
|---|
PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME |
| Constructor Summary | |
|---|---|
ContributionsPlugin(org.eclipse.core.runtime.IPluginDescriptor descriptor)
Constructor for ContributionsPlugin. |
|
| Method Summary | |
|---|---|
void |
earlyStartup()
|
| Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin |
|---|
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startup |
| Methods inherited from class org.eclipse.core.runtime.Plugin |
|---|
find, find, getDescriptor, getLog, getPluginPreferences, getStateLocation, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ContributionsPlugin(org.eclipse.core.runtime.IPluginDescriptor descriptor)
descriptor - | Method Detail |
public void earlyStartup()
earlyStartup in interface org.eclipse.ui.IStartupIStartup.earlyStartup()