RSE
Release 2.0

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

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

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

Subinterfaces of IRSEBaseReferencedObject in org.eclipse.rse.core.filters
 interface ISystemFilter
           
 interface ISystemFilterPool
           
 interface ISystemFilterString
          A filter string is a pattern used by the server-side code to know what to return to the client.
 

Classes in org.eclipse.rse.core.filters that implement IRSEBaseReferencedObject
 class SystemFilterSimple
          A lightweight override of the full-fledged persistable implementation of SystemFilter.
 

Methods in org.eclipse.rse.core.filters that return IRSEBaseReferencedObject
 IRSEBaseReferencedObject SystemFilterReference.getReferencedObject()
          Get the object which we reference.
 

Methods in org.eclipse.rse.core.filters with parameters of type IRSEBaseReferencedObject
 void SystemFilterReference.setReferencedObject(IRSEBaseReferencedObject obj)
          Set the object to which we reference.
 

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

Subinterfaces of IRSEBaseReferencedObject in org.eclipse.rse.core.references
 interface IRSEBasePersistableReferencedObject
          Referenced objects are objects that have shadow objects (referencing objects) of them.
 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).
 interface IRSEReferencedObject
          An interface to encapsulate the operations required of an object which supports references to it by other objects (IRSEReferencingObject).
 

Methods in org.eclipse.rse.core.references that return IRSEBaseReferencedObject
 IRSEBaseReferencedObject IRSEBaseReferencingObject.getReferencedObject()
           
 

Methods in org.eclipse.rse.core.references with parameters of type IRSEBaseReferencedObject
 void IRSEBaseReferencingObject.setReferencedObject(IRSEBaseReferencedObject obj)
          Set the object to which we reference
 

Uses of IRSEBaseReferencedObject in org.eclipse.rse.internal.core.filters
 

Classes in org.eclipse.rse.internal.core.filters that implement IRSEBaseReferencedObject
 class org.eclipse.rse.internal.core.filters.SystemFilter
           
 

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

Classes in org.eclipse.rse.internal.references that implement IRSEBaseReferencedObject
 class org.eclipse.rse.internal.references.SystemReferencedObject
          A class to encapsulate the operations required of an object which supports references to it by other objects (SystemReferencingObject).
 


RSE
Release 2.0

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