Class XMLConfiguration
java.lang.Object
org.eclipse.jface.text.source.SourceViewerConfiguration
org.eclipse.epsilon.flexmi.dt.xml.XMLConfiguration
public class XMLConfiguration
extends org.eclipse.jface.text.source.SourceViewerConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jface.text.source.IAnnotationHovergetAnnotationHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer) String[]getConfiguredContentTypes(org.eclipse.jface.text.source.ISourceViewer sourceViewer) org.eclipse.jface.text.ITextDoubleClickStrategygetDoubleClickStrategy(org.eclipse.jface.text.source.ISourceViewer sourceViewer, String contentType) org.eclipse.jface.text.presentation.IPresentationReconcilergetPresentationReconciler(org.eclipse.jface.text.source.ISourceViewer sourceViewer) protected XMLScannerprotected XMLTagScannerMethods inherited from class org.eclipse.jface.text.source.SourceViewerConfiguration
getAutoEditStrategies, getAutoIndentStrategy, getCodeMiningProviders, getConfiguredDocumentPartitioning, getConfiguredTextHoverStateMasks, getContentAssistant, getContentFormatter, getDefaultPrefixes, getHyperlinkDetectors, getHyperlinkPresenter, getHyperlinkStateMask, getIndentPrefixes, getIndentPrefixesForTab, getInformationControlCreator, getInformationPresenter, getLineSpacing, getOverviewRulerAnnotationHover, getQuickAssistAssistant, getReconciler, getTabWidth, getTextHover, getTextHover, getUndoManager
-
Constructor Details
-
XMLConfiguration
-
-
Method Details
-
getConfiguredContentTypes
- Overrides:
getConfiguredContentTypesin classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getDoubleClickStrategy
public org.eclipse.jface.text.ITextDoubleClickStrategy getDoubleClickStrategy(org.eclipse.jface.text.source.ISourceViewer sourceViewer, String contentType) - Overrides:
getDoubleClickStrategyin classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getAnnotationHover
public org.eclipse.jface.text.source.IAnnotationHover getAnnotationHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer) - Overrides:
getAnnotationHoverin classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getXMLScanner
-
getXMLTagScanner
-
getPresentationReconciler
public org.eclipse.jface.text.presentation.IPresentationReconciler getPresentationReconciler(org.eclipse.jface.text.source.ISourceViewer sourceViewer) - Overrides:
getPresentationReconcilerin classorg.eclipse.jface.text.source.SourceViewerConfiguration
-