Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.core.model.IPathEntryContainer

Packages that use IPathEntryContainer
org.eclipse.cdt.core.model   
 

Uses of IPathEntryContainer in org.eclipse.cdt.core.model
 

Subinterfaces of IPathEntryContainer in org.eclipse.cdt.core.model
 interface IPathEntryContainerExtension
           
 

Methods in org.eclipse.cdt.core.model that return IPathEntryContainer
static IPathEntryContainer CoreModel.getPathEntryContainer(IPath containerPath, ICProject project)
          Answers the project specific value for a given container.
 

Methods in org.eclipse.cdt.core.model with parameters of type IPathEntryContainer
 void PathEntryContainerInitializer.requestPathEntryContainerUpdate(IPath containerPath, ICProject project, IPathEntryContainer containerSuggestion)
          Request a registered container definition to be updated according to a container suggestion.
static void CoreModel.setPathEntryContainer(ICProject[] affectedProjects, IPathEntryContainer container, IProgressMonitor monitor)
          Bind a container reference path to some actual containers (IPathEntryContainer).
 


Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.