/* * generated by Xtext */ package de.unidue.ecg.dialogScript.ui; import org.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory; import org.osgi.framework.Bundle; import com.google.inject.Injector; import de.unidue.ecg.dialogScript.ui.internal.DialogScriptActivator; /** * This class was generated. Customizations should only happen in a newly * introduced subclass. */ public class DialogScriptExecutableExtensionFactory extends AbstractGuiceAwareExecutableExtensionFactory { @Override protected Bundle getBundle() { return DialogScriptActivator.getInstance().getBundle(); } @Override protected Injector getInjector() { return DialogScriptActivator.getInstance().getInjector(DialogScriptActivator.DE_UNIDUE_ECG_DIALOGSCRIPT_DIALOGSCRIPT); } }