com.aptana.ide.editor.css.context
Class CSSContextAwareness

java.lang.Object
  extended by com.aptana.ide.editor.css.context.CSSContextAwareness
All Implemented Interfaces:
IContextAwareness

public class CSSContextAwareness
extends java.lang.Object
implements IContextAwareness

Author:
Robin Debreuil

Constructor Summary
CSSContextAwareness(IUnifiedEditor editor)
          CSSContextAwareness
 
Method Summary
 ContextItem getFileContext()
          getFileContext
static CSSContextAwareness getInstance(IUnifiedEditor editor)
          getInstance
 void update(IFileService context)
          update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSSContextAwareness

public CSSContextAwareness(IUnifiedEditor editor)
CSSContextAwareness

Parameters:
editor -
Method Detail

update

public void update(IFileService context)
Description copied from interface: IContextAwareness
update

Specified by:
update in interface IContextAwareness
See Also:
IContextAwareness.update(com.aptana.ide.editors.unified.IFileService)

getFileContext

public ContextItem getFileContext()
Description copied from interface: IContextAwareness
getFileContext

Specified by:
getFileContext in interface IContextAwareness
Returns:
ContextItem
See Also:
IContextAwareness.getFileContext()

getInstance

public static CSSContextAwareness getInstance(IUnifiedEditor editor)
getInstance

Parameters:
editor -
Returns:
CSSContextAwareness