Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RSE
Release 3.0

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

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire