/* * generated by Xtext */ package at.bestsolution.efxclipse.tooling.fxgraph.ui; import org.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory; import org.osgi.framework.Bundle; import com.google.inject.Injector; import at.bestsolution.efxclipse.tooling.fxgraph.ui.internal.FXGraphActivator; /** * This class was generated. Customizations should only happen in a newly * introduced subclass. */ public class FXGraphExecutableExtensionFactory extends AbstractGuiceAwareExecutableExtensionFactory { @Override protected Bundle getBundle() { return FXGraphActivator.getInstance().getBundle(); } @Override protected Injector getInjector() { return FXGraphActivator.getInstance().getInjector(FXGraphActivator.AT_BESTSOLUTION_EFXCLIPSE_TOOLING_FXGRAPH_FXGRAPH); } }