org.apache.ibatis.abator.ui.editors
Class XMLConfiguration

java.lang.Object
  extended by SourceViewerConfiguration
      extended by org.apache.ibatis.abator.ui.editors.XMLConfiguration

public class XMLConfiguration
extends SourceViewerConfiguration


Constructor Summary
XMLConfiguration(ColorManager colorManager)
           
 
Method Summary
 java.lang.String[] getConfiguredContentTypes(ISourceViewer sourceViewer)
           
 ITextDoubleClickStrategy getDoubleClickStrategy(ISourceViewer sourceViewer, java.lang.String contentType)
           
 IPresentationReconciler getPresentationReconciler(ISourceViewer sourceViewer)
           
protected  XMLScanner getXMLScanner()
           
protected  XMLTagScanner getXMLTagScanner()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLConfiguration

public XMLConfiguration(ColorManager colorManager)
Method Detail

getConfiguredContentTypes

public java.lang.String[] getConfiguredContentTypes(ISourceViewer sourceViewer)

getDoubleClickStrategy

public ITextDoubleClickStrategy getDoubleClickStrategy(ISourceViewer sourceViewer,
                                                       java.lang.String contentType)

getXMLScanner

protected XMLScanner getXMLScanner()

getXMLTagScanner

protected XMLTagScanner getXMLTagScanner()

getPresentationReconciler

public IPresentationReconciler getPresentationReconciler(ISourceViewer sourceViewer)