Class EglConfiguration


  • public class EglConfiguration
    extends org.eclipse.jface.text.source.SourceViewerConfiguration
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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, java.lang.String contentType)  
      org.eclipse.jface.text.IAutoIndentStrategy getAutoIndentStrategy​(org.eclipse.jface.text.source.ISourceViewer sourceViewer, java.lang.String contentType)  
      java.lang.String[] getConfiguredContentTypes​(org.eclipse.jface.text.source.ISourceViewer sourceViewer)  
      java.lang.String getConfiguredDocumentPartitioning​(org.eclipse.jface.text.source.ISourceViewer sourceViewer)  
      int[] getConfiguredTextHoverStateMasks​(org.eclipse.jface.text.source.ISourceViewer sourceViewer, java.lang.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)  
      java.lang.String[] getDefaultPrefixes​(org.eclipse.jface.text.source.ISourceViewer sourceViewer, java.lang.String contentType)  
      org.eclipse.jface.text.ITextDoubleClickStrategy getDoubleClickStrategy​(org.eclipse.jface.text.source.ISourceViewer sourceViewer, java.lang.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)  
      java.lang.String[] getIndentPrefixes​(org.eclipse.jface.text.source.ISourceViewer sourceViewer, java.lang.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, java.lang.String contentType)  
      org.eclipse.jface.text.ITextHover getTextHover​(org.eclipse.jface.text.source.ISourceViewer sourceViewer, java.lang.String contentType, int stateMask)  
      org.eclipse.jface.text.IUndoManager getUndoManager​(org.eclipse.jface.text.source.ISourceViewer sourceViewer)  
      • Methods inherited from class org.eclipse.jface.text.source.SourceViewerConfiguration

        getCodeMiningProviders, getIndentPrefixesForTab
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

    • Method Detail

      • getPresentationReconciler

        public org.eclipse.jface.text.presentation.IPresentationReconciler getPresentationReconciler​(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
        Overrides:
        getPresentationReconciler in class org.eclipse.jface.text.source.SourceViewerConfiguration
      • getAnnotationHover

        public org.eclipse.jface.text.source.IAnnotationHover getAnnotationHover​(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
        Overrides:
        getAnnotationHover in class org.eclipse.jface.text.source.SourceViewerConfiguration
      • getAutoEditStrategies

        public org.eclipse.jface.text.IAutoEditStrategy[] getAutoEditStrategies​(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
                                                                                java.lang.String contentType)
        Overrides:
        getAutoEditStrategies in class org.eclipse.jface.text.source.SourceViewerConfiguration
      • getAutoIndentStrategy

        public org.eclipse.jface.text.IAutoIndentStrategy getAutoIndentStrategy​(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
                                                                                java.lang.String contentType)
        Overrides:
        getAutoIndentStrategy in class org.eclipse.jface.text.source.SourceViewerConfiguration
      • getConfiguredContentTypes

        public java.lang.String[] getConfiguredContentTypes​(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
        Overrides:
        getConfiguredContentTypes in class org.eclipse.jface.text.source.SourceViewerConfiguration
      • getConfiguredDocumentPartitioning

        public java.lang.String getConfiguredDocumentPartitioning​(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
        Overrides:
        getConfiguredDocumentPartitioning in class org.eclipse.jface.text.source.SourceViewerConfiguration
      • getConfiguredTextHoverStateMasks

        public int[] getConfiguredTextHoverStateMasks​(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
                                                      java.lang.String contentType)
        Overrides:
        getConfiguredTextHoverStateMasks in class org.eclipse.jface.text.source.SourceViewerConfiguration
      • getContentAssistant

        public org.eclipse.jface.text.contentassist.IContentAssistant getContentAssistant​(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
        Overrides:
        getContentAssistant in class org.eclipse.jface.text.source.SourceViewerConfiguration
      • getContentFormatter

        public org.eclipse.jface.text.formatter.IContentFormatter getContentFormatter​(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
        Overrides:
        getContentFormatter in class org.eclipse.jface.text.source.SourceViewerConfiguration
      • getDefaultPrefixes

        public java.lang.String[] getDefaultPrefixes​(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
                                                     java.lang.String contentType)
        Overrides:
        getDefaultPrefixes in class org.eclipse.jface.text.source.SourceViewerConfiguration
      • getDoubleClickStrategy

        public org.eclipse.jface.text.ITextDoubleClickStrategy getDoubleClickStrategy​(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
                                                                                      java.lang.String contentType)
        Overrides:
        getDoubleClickStrategy in class org.eclipse.jface.text.source.SourceViewerConfiguration
      • getHyperlinkDetectors

        public org.eclipse.jface.text.hyperlink.IHyperlinkDetector[] getHyperlinkDetectors​(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
        Overrides:
        getHyperlinkDetectors in class org.eclipse.jface.text.source.SourceViewerConfiguration
      • getHyperlinkPresenter

        public org.eclipse.jface.text.hyperlink.IHyperlinkPresenter getHyperlinkPresenter​(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
        Overrides:
        getHyperlinkPresenter in class org.eclipse.jface.text.source.SourceViewerConfiguration
      • getHyperlinkStateMask

        public int getHyperlinkStateMask​(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
        Overrides:
        getHyperlinkStateMask in class org.eclipse.jface.text.source.SourceViewerConfiguration
      • getIndentPrefixes

        public java.lang.String[] getIndentPrefixes​(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
                                                    java.lang.String contentType)
        Overrides:
        getIndentPrefixes in class org.eclipse.jface.text.source.SourceViewerConfiguration
      • getInformationControlCreator

        public org.eclipse.jface.text.IInformationControlCreator getInformationControlCreator​(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
        Overrides:
        getInformationControlCreator in class org.eclipse.jface.text.source.SourceViewerConfiguration
      • getInformationPresenter

        public org.eclipse.jface.text.information.IInformationPresenter getInformationPresenter​(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
        Overrides:
        getInformationPresenter in class org.eclipse.jface.text.source.SourceViewerConfiguration
      • getOverviewRulerAnnotationHover

        public org.eclipse.jface.text.source.IAnnotationHover getOverviewRulerAnnotationHover​(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
        Overrides:
        getOverviewRulerAnnotationHover in class org.eclipse.jface.text.source.SourceViewerConfiguration
      • getQuickAssistAssistant

        public org.eclipse.jface.text.quickassist.IQuickAssistAssistant getQuickAssistAssistant​(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
        Overrides:
        getQuickAssistAssistant in class org.eclipse.jface.text.source.SourceViewerConfiguration
      • getReconciler

        public org.eclipse.jface.text.reconciler.IReconciler getReconciler​(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
        Overrides:
        getReconciler in class org.eclipse.jface.text.source.SourceViewerConfiguration
      • getTabWidth

        public int getTabWidth​(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
        Overrides:
        getTabWidth in class org.eclipse.jface.text.source.SourceViewerConfiguration
      • getTextHover

        public org.eclipse.jface.text.ITextHover getTextHover​(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
                                                              java.lang.String contentType,
                                                              int stateMask)
        Overrides:
        getTextHover in class org.eclipse.jface.text.source.SourceViewerConfiguration
      • getTextHover

        public org.eclipse.jface.text.ITextHover getTextHover​(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
                                                              java.lang.String contentType)
        Overrides:
        getTextHover in class org.eclipse.jface.text.source.SourceViewerConfiguration
      • getUndoManager

        public org.eclipse.jface.text.IUndoManager getUndoManager​(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
        Overrides:
        getUndoManager in class org.eclipse.jface.text.source.SourceViewerConfiguration