public class EglConfiguration
extends org.eclipse.jface.text.source.SourceViewerConfiguration
| Constructor and Description |
|---|
EglConfiguration(AbstractModuleEditorSourceViewerConfiguration configuration,
EolEditor eolEditor) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jface.text.source.IAnnotationHover |
getAnnotationHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer) |
org.eclipse.jface.text.IAutoEditStrategy[] |
getAutoEditStrategies(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
String contentType) |
org.eclipse.jface.text.IAutoIndentStrategy |
getAutoIndentStrategy(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
String contentType) |
String[] |
getConfiguredContentTypes(org.eclipse.jface.text.source.ISourceViewer sourceViewer) |
String |
getConfiguredDocumentPartitioning(org.eclipse.jface.text.source.ISourceViewer sourceViewer) |
int[] |
getConfiguredTextHoverStateMasks(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
String contentType) |
org.eclipse.jface.text.contentassist.IContentAssistant |
getContentAssistant(org.eclipse.jface.text.source.ISourceViewer sourceViewer) |
org.eclipse.jface.text.formatter.IContentFormatter |
getContentFormatter(org.eclipse.jface.text.source.ISourceViewer sourceViewer) |
String[] |
getDefaultPrefixes(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
String contentType) |
org.eclipse.jface.text.ITextDoubleClickStrategy |
getDoubleClickStrategy(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
String contentType) |
org.eclipse.jface.text.hyperlink.IHyperlinkDetector[] |
getHyperlinkDetectors(org.eclipse.jface.text.source.ISourceViewer sourceViewer) |
org.eclipse.jface.text.hyperlink.IHyperlinkPresenter |
getHyperlinkPresenter(org.eclipse.jface.text.source.ISourceViewer sourceViewer) |
int |
getHyperlinkStateMask(org.eclipse.jface.text.source.ISourceViewer sourceViewer) |
String[] |
getIndentPrefixes(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
String contentType) |
org.eclipse.jface.text.IInformationControlCreator |
getInformationControlCreator(org.eclipse.jface.text.source.ISourceViewer sourceViewer) |
org.eclipse.jface.text.information.IInformationPresenter |
getInformationPresenter(org.eclipse.jface.text.source.ISourceViewer sourceViewer) |
org.eclipse.jface.text.source.IAnnotationHover |
getOverviewRulerAnnotationHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer) |
org.eclipse.jface.text.presentation.IPresentationReconciler |
getPresentationReconciler(org.eclipse.jface.text.source.ISourceViewer sourceViewer) |
org.eclipse.jface.text.quickassist.IQuickAssistAssistant |
getQuickAssistAssistant(org.eclipse.jface.text.source.ISourceViewer sourceViewer) |
org.eclipse.jface.text.reconciler.IReconciler |
getReconciler(org.eclipse.jface.text.source.ISourceViewer sourceViewer) |
int |
getTabWidth(org.eclipse.jface.text.source.ISourceViewer sourceViewer) |
org.eclipse.jface.text.ITextHover |
getTextHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
String contentType) |
org.eclipse.jface.text.ITextHover |
getTextHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
String contentType,
int stateMask) |
org.eclipse.jface.text.IUndoManager |
getUndoManager(org.eclipse.jface.text.source.ISourceViewer sourceViewer) |
void |
initialiseColours() |
protected EolEditor eolEditor
public EglConfiguration(AbstractModuleEditorSourceViewerConfiguration configuration, EolEditor eolEditor)
public void initialiseColours()
public org.eclipse.jface.text.presentation.IPresentationReconciler getPresentationReconciler(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
getPresentationReconciler in class org.eclipse.jface.text.source.SourceViewerConfigurationpublic org.eclipse.jface.text.source.IAnnotationHover getAnnotationHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
getAnnotationHover in class org.eclipse.jface.text.source.SourceViewerConfigurationpublic org.eclipse.jface.text.IAutoEditStrategy[] getAutoEditStrategies(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
String contentType)
getAutoEditStrategies in class org.eclipse.jface.text.source.SourceViewerConfigurationpublic org.eclipse.jface.text.IAutoIndentStrategy getAutoIndentStrategy(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
String contentType)
getAutoIndentStrategy in class org.eclipse.jface.text.source.SourceViewerConfigurationpublic String[] getConfiguredContentTypes(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
getConfiguredContentTypes in class org.eclipse.jface.text.source.SourceViewerConfigurationpublic String getConfiguredDocumentPartitioning(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
getConfiguredDocumentPartitioning in class org.eclipse.jface.text.source.SourceViewerConfigurationpublic int[] getConfiguredTextHoverStateMasks(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
String contentType)
getConfiguredTextHoverStateMasks in class org.eclipse.jface.text.source.SourceViewerConfigurationpublic org.eclipse.jface.text.contentassist.IContentAssistant getContentAssistant(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
getContentAssistant in class org.eclipse.jface.text.source.SourceViewerConfigurationpublic org.eclipse.jface.text.formatter.IContentFormatter getContentFormatter(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
getContentFormatter in class org.eclipse.jface.text.source.SourceViewerConfigurationpublic String[] getDefaultPrefixes(org.eclipse.jface.text.source.ISourceViewer sourceViewer, String contentType)
getDefaultPrefixes in class org.eclipse.jface.text.source.SourceViewerConfigurationpublic org.eclipse.jface.text.ITextDoubleClickStrategy getDoubleClickStrategy(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
String contentType)
getDoubleClickStrategy in class org.eclipse.jface.text.source.SourceViewerConfigurationpublic org.eclipse.jface.text.hyperlink.IHyperlinkDetector[] getHyperlinkDetectors(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
getHyperlinkDetectors in class org.eclipse.jface.text.source.SourceViewerConfigurationpublic org.eclipse.jface.text.hyperlink.IHyperlinkPresenter getHyperlinkPresenter(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
getHyperlinkPresenter in class org.eclipse.jface.text.source.SourceViewerConfigurationpublic int getHyperlinkStateMask(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
getHyperlinkStateMask in class org.eclipse.jface.text.source.SourceViewerConfigurationpublic String[] getIndentPrefixes(org.eclipse.jface.text.source.ISourceViewer sourceViewer, String contentType)
getIndentPrefixes in class org.eclipse.jface.text.source.SourceViewerConfigurationpublic org.eclipse.jface.text.IInformationControlCreator getInformationControlCreator(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
getInformationControlCreator in class org.eclipse.jface.text.source.SourceViewerConfigurationpublic org.eclipse.jface.text.information.IInformationPresenter getInformationPresenter(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
getInformationPresenter in class org.eclipse.jface.text.source.SourceViewerConfigurationpublic org.eclipse.jface.text.source.IAnnotationHover getOverviewRulerAnnotationHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
getOverviewRulerAnnotationHover in class org.eclipse.jface.text.source.SourceViewerConfigurationpublic org.eclipse.jface.text.quickassist.IQuickAssistAssistant getQuickAssistAssistant(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
getQuickAssistAssistant in class org.eclipse.jface.text.source.SourceViewerConfigurationpublic org.eclipse.jface.text.reconciler.IReconciler getReconciler(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
getReconciler in class org.eclipse.jface.text.source.SourceViewerConfigurationpublic int getTabWidth(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
getTabWidth in class org.eclipse.jface.text.source.SourceViewerConfigurationpublic org.eclipse.jface.text.ITextHover getTextHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
String contentType,
int stateMask)
getTextHover in class org.eclipse.jface.text.source.SourceViewerConfigurationpublic org.eclipse.jface.text.ITextHover getTextHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
String contentType)
getTextHover in class org.eclipse.jface.text.source.SourceViewerConfigurationpublic org.eclipse.jface.text.IUndoManager getUndoManager(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
getUndoManager in class org.eclipse.jface.text.source.SourceViewerConfigurationCopyright © 2016. All rights reserved.