Package org.eclipse.jface.text.source
Interface ISourceViewerExtension4
- All Known Implementing Classes:
- ProjectionViewer,- SourceViewer,- TextConsoleViewer
public interface ISourceViewerExtension4
Extension interface for 
ISourceViewer.
 It introduces API to access a minimal set of content assistant APIs.
- Since:
- 3.4
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionReturns a facade for this viewer's content assistant.
- 
Method Details- 
getContentAssistantFacadeContentAssistantFacade getContentAssistantFacade()Returns a facade for this viewer's content assistant.- Returns:
- a content assistant facade or nullif none is configured
 
 
-