public abstract class AbstractEpsilonUIPlugin extends org.eclipse.ui.plugin.AbstractUIPlugin implements EpsilonPlugin
Constructor and Description |
---|
AbstractEpsilonUIPlugin() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.graphics.Image |
createImage(java.lang.String path) |
org.eclipse.jface.resource.ImageDescriptor |
getImageDescriptor(java.lang.String path) |
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, shutdown, startup
public void start(org.osgi.framework.BundleContext context) throws java.lang.Exception
start
in interface org.osgi.framework.BundleActivator
start
in class org.eclipse.ui.plugin.AbstractUIPlugin
java.lang.Exception
public void stop(org.osgi.framework.BundleContext context) throws java.lang.Exception
stop
in interface org.osgi.framework.BundleActivator
stop
in class org.eclipse.ui.plugin.AbstractUIPlugin
java.lang.Exception
public org.eclipse.jface.resource.ImageDescriptor getImageDescriptor(java.lang.String path)
public org.eclipse.swt.graphics.Image createImage(java.lang.String path)
createImage
in interface EpsilonPlugin