com.aptana.ide.editor.css
Class CSSLanguageEnvironment

java.lang.Object
  extended by com.aptana.ide.editor.css.CSSLanguageEnvironment
All Implemented Interfaces:
ILanguageEnvironment

public class CSSLanguageEnvironment
extends java.lang.Object
implements ILanguageEnvironment

Author:
Robin Debreuil

Field Summary
static int SLEEP_DELAY
          SLEEP_DELAY
 
Method Summary
 void attachFile(FileService fileService)
          attachFile
 void cleanEnvironment()
          cleanEnvironment
static CSSLanguageEnvironment getInstance()
           
 IRuntimeEnvironment getRuntimeEnvironment()
          Return the current object environment
 void loadEnvironment()
          loadEnvironment
 void removeFile(FileService fileService)
          removeFile
 void setProfileMemberOnAll(boolean value)
          setProfileMemberOnAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SLEEP_DELAY

public static int SLEEP_DELAY
SLEEP_DELAY

Method Detail

getInstance

public static CSSLanguageEnvironment getInstance()
Returns:
CSSLanguageServiceProvider

getRuntimeEnvironment

public IRuntimeEnvironment getRuntimeEnvironment()
Return the current object environment

Specified by:
getRuntimeEnvironment in interface ILanguageEnvironment
Returns:
an IEnvironment object

cleanEnvironment

public void cleanEnvironment()
Description copied from interface: ILanguageEnvironment
cleanEnvironment

Specified by:
cleanEnvironment in interface ILanguageEnvironment
See Also:
ILanguageEnvironment.cleanEnvironment()

loadEnvironment

public void loadEnvironment()
Description copied from interface: ILanguageEnvironment
loadEnvironment

Specified by:
loadEnvironment in interface ILanguageEnvironment
See Also:
ILanguageEnvironment.loadEnvironment()

setProfileMemberOnAll

public void setProfileMemberOnAll(boolean value)
setProfileMemberOnAll

Parameters:
value -

attachFile

public void attachFile(FileService fileService)
attachFile

Parameters:
fileService -

removeFile

public void removeFile(FileService fileService)
removeFile

Parameters:
fileService -