com.aptana.ide.editor.js.contentassist
Class JSContentAssistProcessorFactory

java.lang.Object
  extended by com.aptana.ide.editor.js.contentassist.JSContentAssistProcessorFactory
All Implemented Interfaces:
IContentAssistProcessorFactory

public class JSContentAssistProcessorFactory
extends java.lang.Object
implements IContentAssistProcessorFactory

JSContentAssistProcessorFactory


Constructor Summary
JSContentAssistProcessorFactory()
           
 
Method Summary
 IUnifiedContentAssistProcessor getContentAssistProcessor(EditorFileContext fileContext)
          getContentAssistProcessor
static JSContentAssistProcessorFactory getInstance()
          getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSContentAssistProcessorFactory

public JSContentAssistProcessorFactory()
Method Detail

getContentAssistProcessor

public IUnifiedContentAssistProcessor getContentAssistProcessor(EditorFileContext fileContext)
Description copied from interface: IContentAssistProcessorFactory
getContentAssistProcessor

Specified by:
getContentAssistProcessor in interface IContentAssistProcessorFactory
Returns:
IUnifiedContentAssistProcessor
See Also:
IContentAssistProcessorFactory.getContentAssistProcessor(com.aptana.ide.editors.unified.EditorFileContext)

getInstance

public static JSContentAssistProcessorFactory getInstance()
getInstance

Returns:
JSFileServiceFactory