Uses of Interface
org.eclipse.wst.common.componentcore.resources.IVirtualReference

Packages that use IVirtualReference
org.eclipse.wst.common.componentcore The ComponentCore API allows clients to work with the Structural Metamodels that define abstract modules within Eclipse projects. 
org.eclipse.wst.common.componentcore.resources The ComponentCore Virtual Path API allows clients to navigate logical collections of files within Eclipse projects using API similar to the Eclipse IResource API. 
 

Uses of IVirtualReference in org.eclipse.wst.common.componentcore
 

Methods in org.eclipse.wst.common.componentcore that return IVirtualReference
static IVirtualReference ComponentCore.createReference(IVirtualComponent aComponent, IVirtualComponent aReferencedComponent)
          Return an IVirtualReference that captures a relationship between aComponent and aReferencedComponent.
 

Uses of IVirtualReference in org.eclipse.wst.common.componentcore.resources
 

Methods in org.eclipse.wst.common.componentcore.resources that return IVirtualReference
 IVirtualReference[] IVirtualComponent.getReferences()
          Virtual components may reference other virtual components to build logical dependency trees.
 

Methods in org.eclipse.wst.common.componentcore.resources with parameters of type IVirtualReference
 void IVirtualComponent.setReferences(IVirtualReference[] theReferences)
          Virtual components may reference other virtual components to build logical dependency trees.