org.eclipse.xtext.ui.editor.contentassist
Class AbstractContentAssistContextFactory

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.contentassist.AbstractContentAssistContextFactory
All Implemented Interfaces:
ContentAssistContext.Factory
Direct Known Subclasses:
ParserBasedContentAssistContextFactory

public abstract class AbstractContentAssistContextFactory
extends java.lang.Object
implements ContentAssistContext.Factory

Author:
Sebastian Zarnekow - Initial contribution and API

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext.Factory
ContentAssistContext.Factory.Null
 
Constructor Summary
AbstractContentAssistContextFactory()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext.Factory
create
 

Constructor Detail

AbstractContentAssistContextFactory

public AbstractContentAssistContextFactory()