Class StoexActivator

java.lang.Object
org.eclipse.core.runtime.Plugin
org.eclipse.ui.plugin.AbstractUIPlugin
org.palladiosimulator.pcm.stoex.ui.internal.StoexActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class StoexActivator extends AbstractUIPlugin
This class was generated. Customizations should only happen in a newly introduced subclass.
  • Field Details

  • Constructor Details

    • StoexActivator

      public StoexActivator()
  • 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 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 AbstractUIPlugin
      Throws:
      Exception
    • getInstance

      public static StoexActivator getInstance()
    • getInjector

      public com.google.inject.Injector getInjector(String language)
    • createInjector

      protected com.google.inject.Injector createInjector(String language)
    • getRuntimeModule

      protected com.google.inject.Module getRuntimeModule(String grammar)
    • getUiModule

      protected com.google.inject.Module getUiModule(String grammar)
    • getSharedStateModule

      protected com.google.inject.Module getSharedStateModule()