Class XMLConfiguration


  • public class XMLConfiguration
    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)  
      java.lang.String[] getConfiguredContentTypes​(org.eclipse.jface.text.source.ISourceViewer sourceViewer)  
      org.eclipse.jface.text.ITextDoubleClickStrategy getDoubleClickStrategy​(org.eclipse.jface.text.source.ISourceViewer sourceViewer, java.lang.String contentType)  
      org.eclipse.jface.text.presentation.IPresentationReconciler getPresentationReconciler​(org.eclipse.jface.text.source.ISourceViewer sourceViewer)  
      protected XMLScanner getXMLScanner()  
      protected XMLTagScanner getXMLTagScanner()  
      • Methods inherited from class org.eclipse.jface.text.source.SourceViewerConfiguration

        getAutoEditStrategies, getAutoIndentStrategy, getCodeMiningProviders, getConfiguredDocumentPartitioning, getConfiguredTextHoverStateMasks, getContentAssistant, getContentFormatter, getDefaultPrefixes, getHyperlinkDetectors, getHyperlinkPresenter, getHyperlinkStateMask, getIndentPrefixes, getIndentPrefixesForTab, getInformationControlCreator, getInformationPresenter, getOverviewRulerAnnotationHover, getQuickAssistAssistant, getReconciler, getTabWidth, getTextHover, getTextHover, getUndoManager
      • Methods inherited from class java.lang.Object

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

      • getConfiguredContentTypes

        public java.lang.String[] getConfiguredContentTypes​(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
        Overrides:
        getConfiguredContentTypes 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
      • 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
      • getXMLScanner

        protected XMLScanner getXMLScanner()
      • 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