RSE
Release 3.3

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

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

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

Subinterfaces of IRSEBaseReferencedObject in org.eclipse.rse.core.filters
 interface ISystemFilter
          A filter consists of filter strings and may be contained in a filter pool.
 interface ISystemFilterPool
          This interface represents a system filter pool, which is a means of grouping filters to be referenced together.
 interface ISystemFilterString
          A filter string is a pattern used by the server-side code to know what to return to the client.
 

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).
 

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

Methods in org.eclipse.rse.core.references that return IRSEBaseReferencedObject
 IRSEBaseReferencedObject SystemReferencingObjectHelper.getReferencedObject()
          Get the object which is referenced.
 IRSEBaseReferencedObject SystemReferencingObject.getReferencedObject()
           
 IRSEBaseReferencedObject IRSEBaseReferencingObject.getReferencedObject()
           
 

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

Constructors in org.eclipse.rse.core.references with parameters of type IRSEBaseReferencedObject
SystemReferencingObjectHelper(IRSEBaseReferencingObject caller, IRSEBaseReferencedObject obj)
          Constructor that saves effort of calling setReferencedObject.
 


RSE
Release 3.3

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