RSE
Release 1.0

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

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

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

Subinterfaces of IRSEBaseReferencingObject in org.eclipse.rse.core.filters
 interface ISystemFilterPoolReference
          Interface implemented by references to filter pools.
 interface ISystemFilterReference
           
 interface ISystemFilterStringReference
          Represents a reference to a master filter string.
 

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

Subinterfaces of IRSEBaseReferencingObject in org.eclipse.rse.core.references
 interface IRSEBasePersistableReferencingObject
          Referencing objects are shadows of real objects.
 interface IRSEPersistableReferencingObject
           
 interface IRSEReferencingObject
           
 

Methods in org.eclipse.rse.core.references that return IRSEBaseReferencingObject
 IRSEBaseReferencingObject[] IRSEBaseReferencedObject.getReferencingObjects()
           
 

Methods in org.eclipse.rse.core.references with parameters of type IRSEBaseReferencingObject
 int IRSEBaseReferencedObject.addReference(IRSEBaseReferencingObject ref)
          Add a reference, increment reference count, return new count
 int IRSEBaseReferencedObject.removeReference(IRSEBaseReferencingObject ref)
          Remove a reference, decrement reference count, return new count
 

Uses of IRSEBaseReferencingObject in org.eclipse.rse.filters
 

Classes in org.eclipse.rse.filters that implement IRSEBaseReferencingObject
 class SystemFilterReference
           
 

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

Classes in org.eclipse.rse.internal.references that implement IRSEBaseReferencingObject
 class org.eclipse.rse.internal.references.SystemReferencingObject
           
 


RSE
Release 1.0

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