Uses of Interface
org.eclipse.core.resources.IPathVariableManager

Packages that use IPathVariableManager
org.eclipse.core.internal.events   
org.eclipse.core.internal.resources   
org.eclipse.core.resources Provides basic support for managing a workspace and its resources. 
 

Uses of IPathVariableManager in org.eclipse.core.internal.events
 

Constructors in org.eclipse.core.internal.events with parameters of type IPathVariableManager
PathVariableChangeEvent(IPathVariableManager source, java.lang.String variableName, org.eclipse.core.runtime.IPath value, int type)
          Constructor for this class.
 

Uses of IPathVariableManager in org.eclipse.core.internal.resources
 

Classes in org.eclipse.core.internal.resources that implement IPathVariableManager
 class PathVariableManager
          Core's implementation of IPathVariableManager.
 

Methods in org.eclipse.core.internal.resources that return IPathVariableManager
 IPathVariableManager Workspace.getPathVariableManager()
           
 

Uses of IPathVariableManager in org.eclipse.core.resources
 

Methods in org.eclipse.core.resources that return IPathVariableManager
 IPathVariableManager IWorkspace.getPathVariableManager()
          Returns the path variable manager for this workspace.