Class AbstractEpsilonUIPlugin

java.lang.Object
org.eclipse.core.runtime.Plugin
org.eclipse.ui.plugin.AbstractUIPlugin
org.eclipse.epsilon.common.dt.AbstractEpsilonUIPlugin
All Implemented Interfaces:
EpsilonPlugin, org.osgi.framework.BundleActivator
Direct Known Subclasses:
EclPlugin, EglPlugin, EmlPlugin, EolPlugin, EplPlugin, EpsilonCommonsPlugin, ErlPlugin, EtlPlugin, EvlPlugin, EwlPlugin, ExeedPlugin, FlockDevelopmentToolsPlugin, HutnPlugin, PinsetPlugin

public abstract class AbstractEpsilonUIPlugin extends org.eclipse.ui.plugin.AbstractUIPlugin implements EpsilonPlugin
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.eclipse.jface.resource.ImageRegistry
     
     

    Fields inherited from class org.eclipse.core.runtime.Plugin

    PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.swt.graphics.Image
     
    org.eclipse.jface.resource.ImageDescriptor
     
    protected org.eclipse.jface.resource.ImageRegistry
     
    void
    start(org.osgi.framework.BundleContext context)
     
    void
    stop(org.osgi.framework.BundleContext context)
     

    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

    Methods inherited from class org.eclipse.core.runtime.Plugin

    find, find, getBundle, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • plugins

      protected static HashMap<Class<?>,AbstractEpsilonUIPlugin> plugins
    • imageDescriptorRegistry

      protected org.eclipse.jface.resource.ImageRegistry imageDescriptorRegistry
  • Constructor Details

    • AbstractEpsilonUIPlugin

      public AbstractEpsilonUIPlugin()
  • Method Details

    • start

      public void start(org.osgi.framework.BundleContext context) throws Exception
      Specified by:
      start in interface org.osgi.framework.BundleActivator
      Overrides:
      start in class org.eclipse.ui.plugin.AbstractUIPlugin
      Throws:
      Exception
    • stop

      public void stop(org.osgi.framework.BundleContext context) throws Exception
      Specified by:
      stop in interface org.osgi.framework.BundleActivator
      Overrides:
      stop in class org.eclipse.ui.plugin.AbstractUIPlugin
      Throws:
      Exception
    • getImageDescriptorRegistry

      protected org.eclipse.jface.resource.ImageRegistry getImageDescriptorRegistry()
    • getImageDescriptor

      public org.eclipse.jface.resource.ImageDescriptor getImageDescriptor(String path)
    • createImage

      public org.eclipse.swt.graphics.Image createImage(String path)
      Specified by:
      createImage in interface EpsilonPlugin