Eclipse Platform
Release 3.4

org.eclipse.jface.text.source
Interface ISourceViewerExtension4

All Known Implementing Classes:
SourceViewer

public interface ISourceViewerExtension4

Extension interface for ISourceViewer.

It introduces API to access a minimal set of content assistant APIs.

Since:
3.4
See Also:
IContentAssistant

Method Summary
 ContentAssistantFacade getContentAssistantFacade()
          Returns a facade for this viewer's content assistant.
 

Method Detail

getContentAssistantFacade

public ContentAssistantFacade getContentAssistantFacade()
Returns a facade for this viewer's content assistant.

Returns:
a content assistant facade or null if none is configured

Eclipse Platform
Release 3.4

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.