org.eclipse.palamedes.ui.editor.sourcecode
Class SourceViewerConfigurationGDL
java.lang.Object
org.eclipse.jface.text.source.SourceViewerConfiguration
org.eclipse.palamedes.ui.editor.sourcecode.SourceViewerConfigurationGDL
public class SourceViewerConfigurationGDL
- extends org.eclipse.jface.text.source.SourceViewerConfiguration
Configuration for an SourceViewer
which shows GDL code.
Method Summary |
org.eclipse.jface.text.source.IAnnotationHover |
getAnnotationHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
|
java.lang.String[] |
getConfiguredContentTypes(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
|
java.lang.String |
getConfiguredDocumentPartitioning(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
|
org.eclipse.jface.text.contentassist.IContentAssistant |
getContentAssistant(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
|
java.lang.String[] |
getIndentPrefixes(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
java.lang.String contentType)
|
org.eclipse.jface.text.presentation.IPresentationReconciler |
getPresentationReconciler(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
|
int |
getTabWidth(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
|
org.eclipse.jface.text.ITextHover |
getTextHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
java.lang.String contentType)
|
Methods inherited from class org.eclipse.jface.text.source.SourceViewerConfiguration |
getAutoEditStrategies, getAutoIndentStrategy, getConfiguredTextHoverStateMasks, getContentFormatter, getDefaultPrefixes, getDoubleClickStrategy, getHyperlinkDetectors, getHyperlinkPresenter, getHyperlinkStateMask, getIndentPrefixesForTab, getInformationControlCreator, getInformationPresenter, getOverviewRulerAnnotationHover, getQuickAssistAssistant, getReconciler, getTextHover, getUndoManager |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SourceViewerConfigurationGDL
public SourceViewerConfigurationGDL()
- Default constructor.
getAnnotationHover
public org.eclipse.jface.text.source.IAnnotationHover getAnnotationHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
- Overrides:
getAnnotationHover
in class org.eclipse.jface.text.source.SourceViewerConfiguration
getConfiguredContentTypes
public java.lang.String[] getConfiguredContentTypes(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
- Overrides:
getConfiguredContentTypes
in class org.eclipse.jface.text.source.SourceViewerConfiguration
getConfiguredDocumentPartitioning
public java.lang.String getConfiguredDocumentPartitioning(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
- Overrides:
getConfiguredDocumentPartitioning
in class org.eclipse.jface.text.source.SourceViewerConfiguration
getContentAssistant
public org.eclipse.jface.text.contentassist.IContentAssistant getContentAssistant(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
- Overrides:
getContentAssistant
in class org.eclipse.jface.text.source.SourceViewerConfiguration
getIndentPrefixes
public java.lang.String[] getIndentPrefixes(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
java.lang.String contentType)
- Overrides:
getIndentPrefixes
in class org.eclipse.jface.text.source.SourceViewerConfiguration
getPresentationReconciler
public org.eclipse.jface.text.presentation.IPresentationReconciler getPresentationReconciler(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
- Overrides:
getPresentationReconciler
in class org.eclipse.jface.text.source.SourceViewerConfiguration
getTabWidth
public int getTabWidth(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
- Overrides:
getTabWidth
in class org.eclipse.jface.text.source.SourceViewerConfiguration
getTextHover
public org.eclipse.jface.text.ITextHover getTextHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
java.lang.String contentType)
- Overrides:
getTextHover
in class org.eclipse.jface.text.source.SourceViewerConfiguration