public static class EEFIdeUiPlugin.Implementation extends AbstractEEFEclipsePlugin
| Constructor and Description |
|---|
Implementation()
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IEEFLifecycleManagerProvider |
getEEFLifecycleManagerProvider(EEFControlDescription eefControlDescription)
Return the lifecycle manager provider supporting the given description.
|
org.eclipse.swt.graphics.Image |
getImage(java.net.URL url)
Returns the image for the given URL.
|
org.eclipse.jface.resource.ImageDescriptor |
getImageDescriptor(java.lang.String path)
Returns the image descriptor for the image with the given path.
|
org.eclipse.jface.resource.ImageRegistry |
getImageRegistry()
Returns the image registry.
|
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
blank, debug, diagnostic, error, error, info, info, warning, warningdoGetImage, getBaseURL, getImage, getString, getString, getString, getString, getSymbolicName, logfind, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, initializeDefaultPluginPreferences, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, startup, toStringpublic org.eclipse.jface.resource.ImageDescriptor getImageDescriptor(java.lang.String path)
path - The path of the image in the bundlepublic org.eclipse.swt.graphics.Image getImage(java.net.URL url)
url - The url of the imagenull if it could not be foundpublic org.eclipse.jface.resource.ImageRegistry getImageRegistry()
public void start(org.osgi.framework.BundleContext context)
throws java.lang.Exception
start in interface org.osgi.framework.BundleActivatorstart in class org.eclipse.core.runtime.Pluginjava.lang.ExceptionPlugin.start(org.osgi.framework.BundleContext)public void stop(org.osgi.framework.BundleContext context)
throws java.lang.Exception
stop in interface org.osgi.framework.BundleActivatorstop in class org.eclipse.core.runtime.Pluginjava.lang.ExceptionAbstractUIPlugin.stop(org.osgi.framework.BundleContext)public IEEFLifecycleManagerProvider getEEFLifecycleManagerProvider(EEFControlDescription eefControlDescription)
eefControlDescription - The description of the control to create