org.eclipse.xpand.ui.editor
Class XpandSourceViewerConfiguration

java.lang.Object
  extended by AbstractXtendXandSourceViewerConfiguration
      extended by org.eclipse.xpand.ui.editor.XpandSourceViewerConfiguration

public class XpandSourceViewerConfiguration
extends AbstractXtendXandSourceViewerConfiguration


Constructor Summary
XpandSourceViewerConfiguration(org.eclipse.ui.IEditorPart editor, org.eclipse.jface.preference.IPreferenceStore preferenceStore)
           
 
Method Summary
 void createContentAssistProcessor(org.eclipse.jface.text.contentassist.ContentAssistant contentAssistant)
           
 org.eclipse.jface.text.source.IAnnotationHover getAnnotationHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
           
 java.lang.String[] getConfiguredContentTypes(org.eclipse.jface.text.source.ISourceViewer aSourceViewer)
           
protected  org.eclipse.jface.text.rules.ITokenScanner getContentScanner()
           
 java.lang.String[] getIndentPrefixes(org.eclipse.jface.text.source.ISourceViewer aSourceViewer, java.lang.String aContentType)
           
 org.eclipse.jface.text.presentation.IPresentationReconciler getPresentationReconciler(org.eclipse.jface.text.source.ISourceViewer aSourceViewer)
           
protected  org.eclipse.jface.text.rules.ITokenScanner getTemplateTagScanner()
           
 org.eclipse.jface.text.ITextHover getTextHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer, java.lang.String contentType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XpandSourceViewerConfiguration

public XpandSourceViewerConfiguration(org.eclipse.ui.IEditorPart editor,
                                      org.eclipse.jface.preference.IPreferenceStore preferenceStore)
Method Detail

getConfiguredContentTypes

public java.lang.String[] getConfiguredContentTypes(org.eclipse.jface.text.source.ISourceViewer aSourceViewer)

createContentAssistProcessor

public void createContentAssistProcessor(org.eclipse.jface.text.contentassist.ContentAssistant contentAssistant)

getIndentPrefixes

public java.lang.String[] getIndentPrefixes(org.eclipse.jface.text.source.ISourceViewer aSourceViewer,
                                            java.lang.String aContentType)

getPresentationReconciler

public org.eclipse.jface.text.presentation.IPresentationReconciler getPresentationReconciler(org.eclipse.jface.text.source.ISourceViewer aSourceViewer)

getTemplateTagScanner

protected org.eclipse.jface.text.rules.ITokenScanner getTemplateTagScanner()

getContentScanner

protected org.eclipse.jface.text.rules.ITokenScanner getContentScanner()

getAnnotationHover

public org.eclipse.jface.text.source.IAnnotationHover getAnnotationHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer)

getTextHover

public org.eclipse.jface.text.ITextHover getTextHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
                                                      java.lang.String contentType)

Copyright 2007 committers of openArchitectureWare and others.
All Rights Reserved.