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, startup
protected 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.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
protected 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 EpsilonPlugin
Copyright © 2016. All rights reserved.