Package com._1c.g5.v8.dt.rights.ui
Class RightsExecutableExtensionFactory
- java.lang.Object
-
- org.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory
-
- com._1c.g5.v8.dt.rights.ui.RightsExecutableExtensionFactory
-
- All Implemented Interfaces:
org.eclipse.core.runtime.IExecutableExtension
,org.eclipse.core.runtime.IExecutableExtensionFactory
public class RightsExecutableExtensionFactory extends org.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory
Rights executable extension factory.
-
-
Constructor Summary
Constructors Constructor Description RightsExecutableExtensionFactory()
-
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
-
-