/* * generated by Xtext */ package no.hal.scxml.ui; import org.eclipse.xtext.ui.DefaultUiModule; import org.eclipse.ui.plugin.AbstractUIPlugin; /** * Manual modifications go to {no.hal.scxml.ui.ScxmlxtUiModule} */ @SuppressWarnings("all") public abstract class AbstractScxmlxtUiModule extends DefaultUiModule { public AbstractScxmlxtUiModule(AbstractUIPlugin plugin) { super(plugin); } // contributed by org.eclipse.xtext.ui.generator.ImplicitUiFragment public com.google.inject.Provider<org.eclipse.xtext.resource.containers.IAllContainersState> provideIAllContainersState() { return org.eclipse.xtext.ui.shared.Access.getJavaProjectsState(); } // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment public Class<? extends org.eclipse.jface.text.rules.ITokenScanner> bindITokenScanner() { return org.eclipse.xtext.ui.editor.syntaxcoloring.antlr.AntlrTokenScanner.class; } // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment public Class<? extends org.eclipse.xtext.ui.editor.contentassist.IProposalConflictHelper> bindIProposalConflictHelper() { return org.eclipse.xtext.ui.editor.contentassist.antlr.AntlrProposalConflictHelper.class; } // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment public Class<? extends org.eclipse.xtext.ui.editor.IDamagerRepairer> bindIDamagerRepairer() { return org.eclipse.xtext.ui.editor.FastDamagerRepairer.class; } // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment public void configureHighlightingLexer(com.google.inject.Binder binder) { binder.bind(org.eclipse.xtext.parser.antlr.Lexer.class).annotatedWith(com.google.inject.name.Names.named(org.eclipse.xtext.ui.LexerUIBindings.HIGHLIGHTING)).to(no.hal.scxml.parser.antlr.internal.InternalScxmlxtLexer.class); } // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment public void configureHighlightingTokenDefProvider(com.google.inject.Binder binder) { binder.bind(org.eclipse.xtext.parser.antlr.ITokenDefProvider.class).annotatedWith(com.google.inject.name.Names.named(org.eclipse.xtext.ui.LexerUIBindings.HIGHLIGHTING)).to(org.eclipse.xtext.parser.antlr.AntlrTokenDefProvider.class); } // contributed by org.eclipse.xtext.ui.generator.labeling.LabelProviderFragment public Class<? extends org.eclipse.jface.viewers.ILabelProvider> bindILabelProvider() { return no.hal.scxml.ui.labeling.ScxmlxtLabelProvider.class; } // contributed by org.eclipse.xtext.ui.generator.labeling.LabelProviderFragment public void configureResourceUIServiceLabelProvider(com.google.inject.Binder binder) { binder.bind(org.eclipse.jface.viewers.ILabelProvider.class).annotatedWith(org.eclipse.xtext.ui.resource.ResourceServiceDescriptionLabelProvider.class).to(no.hal.scxml.ui.labeling.ScxmlxtDescriptionLabelProvider.class); } // contributed by org.eclipse.xtext.ui.generator.outline.TransformerFragment public Class<? extends org.eclipse.xtext.ui.editor.outline.transformer.ISemanticModelTransformer> bindISemanticModelTransformer() { return no.hal.scxml.ui.outline.ScxmlxtTransformer.class; } // contributed by org.eclipse.xtext.ui.generator.outline.OutlineNodeAdapterFactoryFragment public Class<? extends org.eclipse.xtext.ui.editor.outline.actions.IContentOutlineNodeAdapterFactory> bindIContentOutlineNodeAdapterFactory() { return no.hal.scxml.ui.outline.ScxmlxtOutlineNodeAdapterFactory.class; } // contributed by org.eclipse.xtext.ui.generator.contentAssist.JavaBasedContentAssistFragment public Class<? extends org.eclipse.xtext.ui.editor.contentassist.IContentProposalProvider> bindIContentProposalProvider() { return no.hal.scxml.ui.contentassist.ScxmlxtProposalProvider.class; } // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment public Class<? extends org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext.Factory> bindContentAssistContext$Factory() { return org.eclipse.xtext.ui.editor.contentassist.antlr.ParserBasedContentAssistContextFactory.class; } // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment public Class<? extends org.eclipse.xtext.ui.editor.contentassist.antlr.IContentAssistParser> bindIContentAssistParser() { return no.hal.scxml.ui.contentassist.antlr.ScxmlxtParser.class; } // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment public void configureContentAssistLexerProvider(com.google.inject.Binder binder) { binder.bind(no.hal.scxml.ui.contentassist.antlr.internal.InternalScxmlxtLexer.class).toProvider(org.eclipse.xtext.parser.antlr.LexerProvider.create(no.hal.scxml.ui.contentassist.antlr.internal.InternalScxmlxtLexer.class)); } // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment public void configureContentAssistLexer(com.google.inject.Binder binder) { binder.bind(org.eclipse.xtext.ui.editor.contentassist.antlr.internal.Lexer.class).annotatedWith(com.google.inject.name.Names.named(org.eclipse.xtext.ui.LexerUIBindings.CONTENT_ASSIST)).to(no.hal.scxml.ui.contentassist.antlr.internal.InternalScxmlxtLexer.class); } // contributed by org.eclipse.xtext.generator.builder.BuilderIntegrationFragment public void configureIResourceDescriptionsBuilderScope(com.google.inject.Binder binder) { binder.bind(org.eclipse.xtext.resource.IResourceDescriptions.class).annotatedWith(com.google.inject.name.Names.named(org.eclipse.xtext.scoping.impl.AbstractGlobalScopeProvider.NAMED_BUILDER_SCOPE)).to(org.eclipse.xtext.builder.builderState.ShadowingResourceDescriptions.class); } // contributed by org.eclipse.xtext.generator.builder.BuilderIntegrationFragment public Class<? extends org.eclipse.xtext.ui.editor.IXtextEditorCallback> bindIXtextEditorCallback() { return org.eclipse.xtext.builder.nature.NatureAddingEditorCallback.class; } // contributed by org.eclipse.xtext.generator.builder.BuilderIntegrationFragment public void configureIResourceDescriptionsPersisted(com.google.inject.Binder binder) { binder.bind(org.eclipse.xtext.resource.IResourceDescriptions.class).annotatedWith(com.google.inject.name.Names.named(org.eclipse.xtext.builder.impl.PersistentDataAwareDirtyResource.PERSISTED_DESCRIPTIONS)).to(org.eclipse.xtext.builder.builderState.IBuilderState.class); } // contributed by org.eclipse.xtext.generator.builder.BuilderIntegrationFragment public Class<? extends org.eclipse.xtext.ui.editor.DocumentBasedDirtyResource> bindDocumentBasedDirtyResource() { return org.eclipse.xtext.builder.impl.PersistentDataAwareDirtyResource.class; } }