com.aptana.ide.editor.css.contentassist
Class CSSContentAssistProcessorFactory

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

public class CSSContentAssistProcessorFactory
extends java.lang.Object
implements IContentAssistProcessorFactory

CSSContentAssistProcessorFactory


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

Constructor Detail

CSSContentAssistProcessorFactory

public CSSContentAssistProcessorFactory()
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 CSSContentAssistProcessorFactory getInstance()
getInstance

Returns:
HTMLFileServiceFactory