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