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