Package org.eclipse.epsilon.emf.dt
Class EmfUtilPlugin
- java.lang.Object
-
- org.eclipse.core.runtime.Plugin
-
- org.eclipse.ui.plugin.AbstractUIPlugin
-
- org.eclipse.epsilon.emf.dt.EmfUtilPlugin
-
- All Implemented Interfaces:
org.eclipse.ui.IStartup,org.osgi.framework.BundleActivator
public class EmfUtilPlugin extends org.eclipse.ui.plugin.AbstractUIPlugin implements org.eclipse.ui.IStartupThe main plugin class to be used in the desktop.
-
-
Constructor Summary
Constructors Constructor Description EmfUtilPlugin()The constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidearlyStartup()static EmfUtilPlugingetDefault()Returns the shared instance.static org.eclipse.jface.resource.ImageDescriptorgetImageDescriptor(java.lang.String path)Returns an image descriptor for the image file at the given plug-in relative path.voidstart(org.osgi.framework.BundleContext context)This method is called upon plug-in activationvoidstop(org.osgi.framework.BundleContext context)This method is called when the plug-in is stopped-
Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startup
-
-
-
-
Method Detail
-
start
public void start(org.osgi.framework.BundleContext context) throws java.lang.ExceptionThis method is called upon plug-in activation- Specified by:
startin interfaceorg.osgi.framework.BundleActivator- Overrides:
startin classorg.eclipse.ui.plugin.AbstractUIPlugin- Throws:
java.lang.Exception
-
stop
public void stop(org.osgi.framework.BundleContext context) throws java.lang.ExceptionThis method is called when the plug-in is stopped- Specified by:
stopin interfaceorg.osgi.framework.BundleActivator- Overrides:
stopin classorg.eclipse.ui.plugin.AbstractUIPlugin- Throws:
java.lang.Exception
-
getDefault
public static EmfUtilPlugin getDefault()
Returns the shared instance.
-
getImageDescriptor
public static org.eclipse.jface.resource.ImageDescriptor getImageDescriptor(java.lang.String path)
Returns an image descriptor for the image file at the given plug-in relative path.- Parameters:
path- the path- Returns:
- the image descriptor
-
earlyStartup
public void earlyStartup()
- Specified by:
earlyStartupin interfaceorg.eclipse.ui.IStartup
-
-