public abstract class SourceViewerConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
SourceViewerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
IAnnotationModel |
getAnnotationModel() |
AnnotationPainter |
getAnnotationPainter(ISourceViewer sourceViewer) |
java.util.List<AnnotationPresenter> |
getAnnotationPresenters() |
java.lang.String |
getConfiguredDocumentPartitioning(ISourceViewer sourceViewer) |
IContentAssistant |
getContentAssist() |
IPresentationReconciler |
getPresentationReconciler(ISourceViewer sourceViewer) |
IReconciler |
getReconciler(ISourceViewer sourceViewer) |
abstract java.lang.String |
getStyleclassName() |
public java.lang.String getConfiguredDocumentPartitioning(ISourceViewer sourceViewer)
public IPresentationReconciler getPresentationReconciler(ISourceViewer sourceViewer)
public abstract java.lang.String getStyleclassName()
public IReconciler getReconciler(ISourceViewer sourceViewer)
public IContentAssistant getContentAssist()
public IAnnotationModel getAnnotationModel()
public java.util.List<AnnotationPresenter> getAnnotationPresenters()
public AnnotationPainter getAnnotationPainter(ISourceViewer sourceViewer)