Class XMLConfiguration
java.lang.Object
org.eclipse.jface.text.source.SourceViewerConfiguration
org.apache.uima.taeconfigurator.editors.xml.XMLConfiguration
public class XMLConfiguration
extends org.eclipse.jface.text.source.SourceViewerConfiguration
The Class XMLConfiguration.
-
Constructor Summary
ConstructorDescriptionXMLConfiguration
(ColorManager colorManager) Instantiates a new XML configuration. -
Method Summary
Modifier and TypeMethodDescriptionString[]
getConfiguredContentTypes
(org.eclipse.jface.text.source.ISourceViewer sourceViewer) org.eclipse.jface.text.ITextDoubleClickStrategy
getDoubleClickStrategy
(org.eclipse.jface.text.source.ISourceViewer sourceViewer, String contentType) String[]
getIndentPrefixes
(org.eclipse.jface.text.source.ISourceViewer sourceViewer, String contentType) org.eclipse.jface.text.presentation.IPresentationReconciler
getPresentationReconciler
(org.eclipse.jface.text.source.ISourceViewer sourceViewer) int
getTabWidth
(org.eclipse.jface.text.source.ISourceViewer sourceViewer) protected XMLScanner
Gets the XML scanner.protected XMLTagScanner
Gets the XML tag scanner.Methods inherited from class org.eclipse.jface.text.source.SourceViewerConfiguration
getAnnotationHover, getAutoEditStrategies, getAutoIndentStrategy, getCodeMiningProviders, getConfiguredDocumentPartitioning, getConfiguredTextHoverStateMasks, getContentAssistant, getContentFormatter, getDefaultPrefixes, getHyperlinkDetectors, getHyperlinkPresenter, getHyperlinkStateMask, getIndentPrefixesForTab, getInformationControlCreator, getInformationPresenter, getOverviewRulerAnnotationHover, getQuickAssistAssistant, getReconciler, getTextHover, getTextHover, getUndoManager
-
Constructor Details
-
XMLConfiguration
Instantiates a new XML configuration.- Parameters:
colorManager
- the color manager
-
-
Method Details
-
getConfiguredContentTypes
- Overrides:
getConfiguredContentTypes
in classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getDoubleClickStrategy
public org.eclipse.jface.text.ITextDoubleClickStrategy getDoubleClickStrategy(org.eclipse.jface.text.source.ISourceViewer sourceViewer, String contentType) - Overrides:
getDoubleClickStrategy
in classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getXMLScanner
Gets the XML scanner.- Returns:
- the XML scanner
-
getXMLTagScanner
Gets the XML tag scanner.- Returns:
- the XML tag scanner
-
getPresentationReconciler
public org.eclipse.jface.text.presentation.IPresentationReconciler getPresentationReconciler(org.eclipse.jface.text.source.ISourceViewer sourceViewer) - Overrides:
getPresentationReconciler
in classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getTabWidth
public int getTabWidth(org.eclipse.jface.text.source.ISourceViewer sourceViewer) - Overrides:
getTabWidth
in classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getIndentPrefixes
public String[] getIndentPrefixes(org.eclipse.jface.text.source.ISourceViewer sourceViewer, String contentType) - Overrides:
getIndentPrefixes
in classorg.eclipse.jface.text.source.SourceViewerConfiguration
-