public interface ISourceViewer extends ITextViewer
| Modifier and Type | Method and Description |
|---|---|
void |
configure(SourceViewerConfiguration configuration) |
IAnnotationModel |
getAnnotationModel() |
void |
setDocument(IDocument document,
IAnnotationModel annotationModel) |
void |
setDocument(IDocument document,
IAnnotationModel annotationModel,
int modelRangeOffset,
int modelRangeLength) |
addTextInputListener, addTextListener, changeTextPresentation, getDocument, getTextWidget, getVisibleRegion, invalidateTextPresentation, overlapsWithVisibleRegion, removeTextInputListener, removeTextListener, resetVisibleRegion, setDocument, setDocument, setVisibleRegionvoid configure(SourceViewerConfiguration configuration)
void setDocument(IDocument document,
IAnnotationModel annotationModel)
void setDocument(IDocument document,
IAnnotationModel annotationModel,
int modelRangeOffset,
int modelRangeLength)
IAnnotationModel getAnnotationModel()