public class ReadOnlySourceViewerConfiguration extends XtextSourceViewerConfiguration
XTEXT_TEMPLATE_POS_CATEGORY| Constructor and Description |
|---|
ReadOnlySourceViewerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jface.text.source.IAnnotationHover |
getAnnotationHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer) |
org.eclipse.jface.text.IAutoEditStrategy[] |
getAutoEditStrategies(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
String contentType) |
int[] |
getConfiguredTextHoverStateMasks(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
String contentType) |
org.eclipse.jface.text.formatter.IContentFormatter |
getContentFormatter(org.eclipse.jface.text.source.ISourceViewer sourceViewer) |
org.eclipse.jface.text.hyperlink.IHyperlinkDetector[] |
getHyperlinkDetectors(org.eclipse.jface.text.source.ISourceViewer sourceViewer) |
org.eclipse.jface.text.IInformationControlCreator |
getInformationControlCreator(org.eclipse.jface.text.source.ISourceViewer sourceViewer) |
org.eclipse.jface.text.information.IInformationPresenter |
getInformationPresenter(org.eclipse.jface.text.source.ISourceViewer sourceViewer) |
org.eclipse.jface.text.source.IAnnotationHover |
getOverviewRulerAnnotationHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer) |
org.eclipse.jface.text.ITextHover |
getTextHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
String contentType) |
org.eclipse.jface.text.ITextHover |
getTextHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
String contentType,
int stateMask) |
getConfiguredContentTypes, getContentAssistant, getDefaultPrefixes, getDocumentPartitioning, getDoubleClickStrategy, getEditor, getHyperlinkPresenter, getPresentationReconciler, getPresentationReconcilerProvider, getQuickAssistAssistant, getReconciler, getSingleLineCommentHelper, setEditor, setPresentationReconcilerProvider, setSingleLineCommentHelpercomputeStateMask, findLocalizedModifier, getHyperlinkDetectorTargets, getHyperlinkStateMask, getIndentPrefixes, getRegisteredHyperlinkDetectors, getTabWidth, getUndoManager, isShowInOverviewRuler, isShowInVerticalRuler, isShownInTextpublic org.eclipse.jface.text.IAutoEditStrategy[] getAutoEditStrategies(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
String contentType)
getAutoEditStrategies in class XtextSourceViewerConfigurationpublic org.eclipse.jface.text.source.IAnnotationHover getAnnotationHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
getAnnotationHover in class XtextSourceViewerConfigurationpublic org.eclipse.jface.text.source.IAnnotationHover getOverviewRulerAnnotationHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
getOverviewRulerAnnotationHover in class org.eclipse.ui.editors.text.TextSourceViewerConfigurationpublic int[] getConfiguredTextHoverStateMasks(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
String contentType)
getConfiguredTextHoverStateMasks in class org.eclipse.ui.editors.text.TextSourceViewerConfigurationpublic org.eclipse.jface.text.ITextHover getTextHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
String contentType,
int stateMask)
getTextHover in class org.eclipse.jface.text.source.SourceViewerConfigurationpublic org.eclipse.jface.text.ITextHover getTextHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
String contentType)
getTextHover in class XtextSourceViewerConfigurationpublic org.eclipse.jface.text.formatter.IContentFormatter getContentFormatter(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
getContentFormatter in class XtextSourceViewerConfigurationpublic org.eclipse.jface.text.IInformationControlCreator getInformationControlCreator(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
getInformationControlCreator in class org.eclipse.jface.text.source.SourceViewerConfigurationpublic org.eclipse.jface.text.information.IInformationPresenter getInformationPresenter(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
getInformationPresenter in class XtextSourceViewerConfigurationpublic org.eclipse.jface.text.hyperlink.IHyperlinkDetector[] getHyperlinkDetectors(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
getHyperlinkDetectors in class XtextSourceViewerConfigurationCopyright © 2016. All Rights Reserved.