aQute.bnd.plugin.editors
Class BndSourceViewerConfiguration

java.lang.Object
  extended by org.eclipse.jface.text.source.SourceViewerConfiguration
      extended by aQute.bnd.plugin.editors.BndSourceViewerConfiguration

public class BndSourceViewerConfiguration
extends org.eclipse.jface.text.source.SourceViewerConfiguration


Constructor Summary
BndSourceViewerConfiguration(org.eclipse.jface.text.source.ISharedTextColors colors)
           
 
Method Summary
protected  BndScanner getBndScanner()
           
 org.eclipse.jface.text.contentassist.IContentAssistant getContentAssistant(org.eclipse.jface.text.source.ISourceViewer viewer)
           
 String[] getDefaultPrefixes(org.eclipse.jface.text.source.ISourceViewer sourceViewer, String contentType)
           
protected  aQute.bnd.plugin.editors.BndSourceViewerConfiguration.MultiLineCommentScanner getMultiLineCommentScanner()
           
 org.eclipse.jface.text.presentation.IPresentationReconciler getPresentationReconciler(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
           
 org.eclipse.jface.text.ITextHover getTextHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer, String contentType)
           
 
Methods inherited from class org.eclipse.jface.text.source.SourceViewerConfiguration
getAnnotationHover, getAutoEditStrategies, getAutoIndentStrategy, getConfiguredContentTypes, getConfiguredDocumentPartitioning, getConfiguredTextHoverStateMasks, getContentFormatter, getDoubleClickStrategy, getHyperlinkDetectors, getHyperlinkPresenter, getHyperlinkStateMask, getIndentPrefixes, getIndentPrefixesForTab, getInformationControlCreator, getInformationPresenter, getOverviewRulerAnnotationHover, getQuickAssistAssistant, getReconciler, getTabWidth, getTextHover, getUndoManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BndSourceViewerConfiguration

public BndSourceViewerConfiguration(org.eclipse.jface.text.source.ISharedTextColors colors)
Method Detail

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

getBndScanner

protected BndScanner getBndScanner()

getMultiLineCommentScanner

protected aQute.bnd.plugin.editors.BndSourceViewerConfiguration.MultiLineCommentScanner getMultiLineCommentScanner()

getDefaultPrefixes

public String[] getDefaultPrefixes(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
                                   String contentType)
Overrides:
getDefaultPrefixes in class org.eclipse.jface.text.source.SourceViewerConfiguration

getTextHover

public org.eclipse.jface.text.ITextHover getTextHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
                                                      String contentType)
Overrides:
getTextHover in class org.eclipse.jface.text.source.SourceViewerConfiguration

getContentAssistant

public org.eclipse.jface.text.contentassist.IContentAssistant getContentAssistant(org.eclipse.jface.text.source.ISourceViewer viewer)
Overrides:
getContentAssistant in class org.eclipse.jface.text.source.SourceViewerConfiguration


Copyright © 2010 aQute SARL. All Rights Reserved.