RSE
Release 3.0

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

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

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

Subinterfaces of IRSEBasePersistableReferencedObject in org.eclipse.rse.core.filters
 interface ISystemFilterPool
          This interface represents a system filter pool, which is a means of grouping filters to be referenced together.
 

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
 IRSEBasePersistableReferencingObject IRSEBasePersistableReferenceManager.getReferencedObject(IRSEBasePersistableReferencedObject object)
          Search list of referencing objects to see if one of them references the given referencable object.
 boolean IRSEBasePersistableReferenceManager.isReferenced(IRSEBasePersistableReferencedObject object)
          Return true if the given referencable object is indeed referenced by a referencing object in the current list.
 void IRSEBasePersistableReferencingObject.setReferencedObject(IRSEBasePersistableReferencedObject obj)
          Set the object to which we reference.
 


RSE
Release 3.0

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