Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.team.core.variants.IResourceVariantTree

Packages that use IResourceVariantTree
org.eclipse.team.core.variants Application programming interfaces for accessing and managing resource variants.  
 

Uses of IResourceVariantTree in org.eclipse.team.core.variants
 

Classes in org.eclipse.team.core.variants that implement IResourceVariantTree
 class AbstractResourceVariantTree
          An implementation of IResourceVariantTree that provides the logic for refreshing the tree and collecting the results so they can be cached locally.
 class ResourceVariantTree
          Provides caching for a AbstractResourceVariantTree using a ResourceVariantByteStore.
 class ThreeWayRemoteTree
          A resource variant tree that caches and obtains its bytes from the remote slot in a three-way synchronizer.
 

Methods in org.eclipse.team.core.variants that return IResourceVariantTree
protected  IResourceVariantTree ThreeWaySubscriber.getBaseTree()
           
protected  IResourceVariantTree ThreeWaySubscriber.getRemoteTree()
           
protected abstract  IResourceVariantTree ResourceVariantTreeSubscriber.getBaseTree()
          Return the base resource variant tree.
protected abstract  IResourceVariantTree ResourceVariantTreeSubscriber.getRemoteTree()
          Return the remote resource variant tree.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.