public abstract class AbstractEpsilonUIPlugin extends org.eclipse.ui.plugin.AbstractUIPlugin implements EpsilonPlugin
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.jface.resource.ImageRegistry |
imageDescriptorRegistry |
protected static HashMap<Class<?>,AbstractEpsilonUIPlugin> |
plugins |
| Constructor and Description |
|---|
AbstractEpsilonUIPlugin() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.swt.graphics.Image |
createImage(String path) |
org.eclipse.jface.resource.ImageDescriptor |
getImageDescriptor(String path) |
protected org.eclipse.jface.resource.ImageRegistry |
getImageDescriptorRegistry() |
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startupprotected static HashMap<Class<?>,AbstractEpsilonUIPlugin> plugins
protected org.eclipse.jface.resource.ImageRegistry imageDescriptorRegistry
public void start(org.osgi.framework.BundleContext context)
throws Exception
start in interface org.osgi.framework.BundleActivatorstart in class org.eclipse.ui.plugin.AbstractUIPluginExceptionpublic void stop(org.osgi.framework.BundleContext context)
throws Exception
stop in interface org.osgi.framework.BundleActivatorstop in class org.eclipse.ui.plugin.AbstractUIPluginExceptionprotected org.eclipse.jface.resource.ImageRegistry getImageDescriptorRegistry()
public org.eclipse.jface.resource.ImageDescriptor getImageDescriptor(String path)
public org.eclipse.swt.graphics.Image createImage(String path)
createImage in interface EpsilonPluginCopyright © 2016. All rights reserved.