public class DefaultSourceViewerConfiguration
extends SourceViewerConfiguration
| Constructor and Description |
|---|
DefaultSourceViewerConfiguration(<any> input,
PresentationReconciler reconciler,
ProposalComputer proposalComputer,
IAnnotationModel annotationModel,
AnnotationPresenter presenter) |
| Modifier and Type | Method and Description |
|---|---|
IAnnotationModel |
getAnnotationModel() |
java.util.List<AnnotationPresenter> |
getAnnotationPresenters() |
IContentAssistant |
getContentAssist() |
IPresentationReconciler |
getPresentationReconciler(ISourceViewer sourceViewer) |
java.lang.String |
getStyleclassName() |
public DefaultSourceViewerConfiguration(<any> input,
PresentationReconciler reconciler,
ProposalComputer proposalComputer,
IAnnotationModel annotationModel,
AnnotationPresenter presenter)
public java.lang.String getStyleclassName()
public final IPresentationReconciler getPresentationReconciler(ISourceViewer sourceViewer)
public IContentAssistant getContentAssist()
public IAnnotationModel getAnnotationModel()
public java.util.List<AnnotationPresenter> getAnnotationPresenters()