public class ServiceArchiver
extends org.eclipse.ui.plugin.AbstractUIPlugin
Constructor and Description |
---|
ServiceArchiver()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
static ServiceArchiver |
getDefault()
Returns the shared instance.
|
ResourceBundle |
getResourceBundle()
Returns the plugin's resource bundle,
|
static String |
getResourceString(String key)
Returns the string from the plugin's resource bundle,
or 'key' if not found.
|
static org.eclipse.jface.resource.ImageDescriptor |
getWizardImageDescriptor() |
void |
start(org.osgi.framework.BundleContext context)
This method is called upon plug-in activation
|
void |
stop(org.osgi.framework.BundleContext context)
This method is called when the plug-in is stopped
|
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startup
public void start(org.osgi.framework.BundleContext context) throws Exception
start
in interface org.osgi.framework.BundleActivator
start
in class org.eclipse.ui.plugin.AbstractUIPlugin
Exception
public void stop(org.osgi.framework.BundleContext context) throws Exception
stop
in interface org.osgi.framework.BundleActivator
stop
in class org.eclipse.ui.plugin.AbstractUIPlugin
Exception
public static ServiceArchiver getDefault()
public static String getResourceString(String key)
public ResourceBundle getResourceBundle()
public static org.eclipse.jface.resource.ImageDescriptor getWizardImageDescriptor()
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.