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

Packages that use IRSEBaseReferencingObject
org.eclipse.rse.core.filters   
org.eclipse.rse.core.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
          Represents a shadow or reference to a system filter.
 interface ISystemFilterStringReference
          Represents a reference to a filter string.
 

Classes in org.eclipse.rse.core.filters that implement IRSEBaseReferencingObject
 class SystemFilterReference
          Represents a shadow or reference to a system filter.
 

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
          A simple class that implements IRSEPersistableReferencingObject.
 interface IRSEReferencingObject
          A class to encapsulate the operations required of an object which is merely a reference to another object, something we call a shadow.
 

Classes in org.eclipse.rse.core.references that implement IRSEBaseReferencingObject
 class SystemReferencingObject
          A class to encapsulate the operations required of an object which is merely a reference to another object, something we call a shadow.
 

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

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

Constructors in org.eclipse.rse.core.references with parameters of type IRSEBaseReferencingObject
SystemReferencingObjectHelper ( IRSEBaseReferencingObject caller)
          Default constructor.
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