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

Packages that use IPathEntryStore
org.eclipse.cdt.core.resources   
 

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

Methods in org.eclipse.cdt.core.resources that return IPathEntryStore
 IPathEntryStore PathEntryStoreChangedEvent.getPathEntryStore()
           
 

Constructors in org.eclipse.cdt.core.resources with parameters of type IPathEntryStore
PathEntryStoreChangedEvent(IPathEntryStore store, org.eclipse.core.resources.IProject project, int flags)