Uses of Interface
org.eclipse.cdt.core.resources.IPathEntryVariableManager

Packages that use IPathEntryVariableManager
org.eclipse.cdt.core   
org.eclipse.cdt.core.resources   
org.eclipse.cdt.internal.core   
 

Uses of IPathEntryVariableManager in org.eclipse.cdt.core
 

Methods in org.eclipse.cdt.core that return IPathEntryVariableManager
 IPathEntryVariableManager CCorePlugin.getPathEntryVariableManager()
           
 

Uses of IPathEntryVariableManager in org.eclipse.cdt.core.resources
 

Constructors in org.eclipse.cdt.core.resources with parameters of type IPathEntryVariableManager
PathEntryVariableChangeEvent(IPathEntryVariableManager source, java.lang.String variableName, org.eclipse.core.runtime.IPath value, int type)
          Constructor for this class.
 

Uses of IPathEntryVariableManager in org.eclipse.cdt.internal.core
 

Classes in org.eclipse.cdt.internal.core that implement IPathEntryVariableManager
 class CdtVarPathEntryVariableManager
          the path entry variable manager is kept for the backward compatibility purposes currently it presents workspace Cdt variables that hold either a file or folder value
 class PathEntryVariableManager
          Core's implementation of IPathEntryVariableManager.