org.eclipse.etrice.core.ui
Class RoomUiModule

java.lang.Object
  extended by DefaultUiModule
      extended by org.eclipse.etrice.core.ui.AbstractRoomUiModule
          extended by org.eclipse.etrice.core.ui.RoomUiModule

public class RoomUiModule
extends AbstractRoomUiModule

Use this class to register components to be used within the IDE.


Constructor Summary
RoomUiModule(org.eclipse.ui.plugin.AbstractUIPlugin plugin)
           
 
Method Summary
 java.lang.Class<? extends org.eclipse.ui.views.contentoutline.IContentOutlinePage> bindIContentOutlinePage()
           
 java.lang.Class<? extends IHyperlinkHelper> bindIHyperlinkHelper()
           
 java.lang.Class<? extends org.eclipse.xtext.ui.editor.IURIEditorOpener> bindIURIEditorOpener()
           
 java.lang.Class<? extends RoomJavaValidator> bindRoomJavaValidator()
          
Methods inherited from class org.eclipse.etrice.core.ui.AbstractRoomUiModule
bindContentAssistContext$Factory, bindDocumentBasedDirtyResource, bindIContentAssistParser, bindIContentProposalProvider, bindIDependentElementsCalculator, bindILabelProvider, bindIOutlineTreeProvider, bindIOutlineTreeStructureProvider, bindIProposalConflictHelper, bindIReferenceUpdater, bindIRenameElementHandler, bindIRenameRefactoringProvider, bindIRenameStrategy, bindIRenameSupport$Factory, bindIssueResolutionProvider, bindIViewerCreator, bindIXtextEditorCallback, bindPrefixMatcher, configureContentAssistLexer, configureContentAssistLexerProvider, configureHighlightingLexer, configureHighlightingTokenDefProvider, configureIPreferenceStoreInitializer, configureIResourceDescriptionsBuilderScope, configureIResourceDescriptionsPersisted, configureResourceUIServiceLabelProvider, provideIAllContainersState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoomUiModule

public RoomUiModule(org.eclipse.ui.plugin.AbstractUIPlugin plugin)
Method Detail

bindRoomJavaValidator


bindIContentOutlinePage

public java.lang.Class<? extends org.eclipse.ui.views.contentoutline.IContentOutlinePage> bindIContentOutlinePage()

bindIURIEditorOpener

public java.lang.Class<? extends org.eclipse.xtext.ui.editor.IURIEditorOpener> bindIURIEditorOpener()

getInjector

public static Injector getInjector()

bindIHyperlinkHelper

public java.lang.Class<? extends IHyperlinkHelper> bindIHyperlinkHelper()