RSE
Release 1.0

Uses of Interface
org.eclipse.rse.core.references.IRSEBasePersistableReferencedObject

Packages that use IRSEBasePersistableReferencedObject
org.eclipse.rse.core.filters   
org.eclipse.rse.core.references   
org.eclipse.rse.filters   
org.eclipse.rse.internal.references   
 

Uses of IRSEBasePersistableReferencedObject in org.eclipse.rse.core.filters
 

Subinterfaces of IRSEBasePersistableReferencedObject in org.eclipse.rse.core.filters
 interface ISystemFilterPool
           
 

Uses of IRSEBasePersistableReferencedObject in org.eclipse.rse.core.references
 

Subinterfaces of IRSEBasePersistableReferencedObject in org.eclipse.rse.core.references
 interface IRSEPersistableReferencedObject
          This is an object that can have shadow (reference) objects, which simply point to this object, and a copy of this object's unique name or key (for storing on disk).
 

Methods in org.eclipse.rse.core.references with parameters of type IRSEBasePersistableReferencedObject
 boolean IRSEBasePersistableReferenceManager.isReferenced(IRSEBasePersistableReferencedObject object)
          Return true if the given referencable object is indeed referenced by a referencing object in the current list.
 IRSEBasePersistableReferencingObject IRSEBasePersistableReferenceManager.getReferencedObject(IRSEBasePersistableReferencedObject object)
          Search list of referencing objects to see if one of them references the given referencable object.
 void IRSEBasePersistableReferencingObject.setReferencedObject(IRSEBasePersistableReferencedObject obj)
          Set the object to which we reference.
 

Uses of IRSEBasePersistableReferencedObject in org.eclipse.rse.filters
 

Classes in org.eclipse.rse.filters that implement IRSEBasePersistableReferencedObject
 class SystemFilterPool
           
 

Uses of IRSEBasePersistableReferencedObject in org.eclipse.rse.internal.references
 

Classes in org.eclipse.rse.internal.references that implement IRSEBasePersistableReferencedObject
 class org.eclipse.rse.internal.references.SystemPersistableReferencedObject
           
 


RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.