org.eclipse.xtext.ui.editor.contentassist
Interface IContentAssistantFactory

All Known Implementing Classes:
DefaultContentAssistantFactory

public interface IContentAssistantFactory

Author:
Sebastian Zarnekow - Initial contribution and API

Method Summary
 org.eclipse.jface.text.contentassist.IContentAssistant createConfiguredAssistant(org.eclipse.jface.text.source.SourceViewerConfiguration configuration, org.eclipse.jface.text.source.ISourceViewer sourceViewer)
           
 

Method Detail

createConfiguredAssistant

org.eclipse.jface.text.contentassist.IContentAssistant createConfiguredAssistant(org.eclipse.jface.text.source.SourceViewerConfiguration configuration,
                                                                                 org.eclipse.jface.text.source.ISourceViewer sourceViewer)