Class TPCMExecutableExtensionFactory
- java.lang.Object
-
- org.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory
-
- org.palladiosimulator.textual.tpcm.ui.TPCMExecutableExtensionFactory
-
- All Implemented Interfaces:
IExecutableExtension
,IExecutableExtensionFactory
public class TPCMExecutableExtensionFactory extends org.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory
This class was generated. Customizations should only happen in a newly introduced subclass.
-
-
Constructor Summary
Constructors Constructor Description TPCMExecutableExtensionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.osgi.framework.Bundle
getBundle()
protected com.google.inject.Injector
getInjector()
-
-
-
Method Detail
-
getBundle
protected org.osgi.framework.Bundle getBundle()
- Specified by:
getBundle
in classorg.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory
-
getInjector
protected com.google.inject.Injector getInjector()
- Specified by:
getInjector
in classorg.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory
-
-