RSE
Release 3.4

Uses of Interface
org.eclipse.rse.core.filters.ISystemFilterPoolReferenceManager

Packages that use ISystemFilterPoolReferenceManager
org.eclipse.rse.core.filters   
org.eclipse.rse.core.subsystems   
org.eclipse.rse.ui.filters   
org.eclipse.rse.ui.filters.actions   
 

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

Methods in org.eclipse.rse.core.filters that return ISystemFilterPoolReferenceManager
 ISystemFilterPoolReferenceManager ISystemFilterStartHere.createSystemFilterPoolReferenceManager(ISystemFilterPoolReferenceManagerProvider caller, ISystemFilterPoolManagerProvider relatedPoolMgrProvider, String name)
          Create a SystemFilterPoolReferenceManager instance, when you do NOT want it to be saved and restored to its own file.
 ISystemFilterPoolReferenceManager ISystemFilterReference.getFilterPoolReferenceManager()
          Return the reference manager which is managing this filter reference framework object.
 ISystemFilterPoolReferenceManager ISystemFilterStringReference.getFilterPoolReferenceManager()
          Return the reference manager which is managing this filter reference framework object.
 ISystemFilterPoolReferenceManager ISystemFilterPoolReference.getFilterPoolReferenceManager()
           
 ISystemFilterPoolReferenceManager SystemFilterReference.getFilterPoolReferenceManager()
          Return the reference manager which is managing this filter reference framework object.
 ISystemFilterPoolReferenceManager ISystemFilterPoolReferenceManagerProvider.getSystemFilterPoolReferenceManager()
          Return the SystemFilterPoolReferenceManager object this provider holds/provides.
 

Methods in org.eclipse.rse.core.filters with parameters of type ISystemFilterPoolReferenceManager
 ISystemFilterPoolManager[] ISystemFilterPoolManagerProvider.getReferencableSystemFilterPoolManagers(ISystemFilterPoolReferenceManager refMgr)
          Return all the manager objects this provider owns, to which it wants to support referencing from the given filter reference manager.
 ISystemFilterPool ISystemFilterPoolManagerProvider.getSystemFilterPoolForBrokenReference(ISystemFilterPoolReferenceManager callingRefenceMgr, String missingPoolMgrName, String missingPoolName)
          Last chance call, by a filter pool reference manager, when a reference to a filter pool is found but the referenced master filter pool is not found in those the reference manager by getSystemFilterPoolManagers().
 

Uses of ISystemFilterPoolReferenceManager in org.eclipse.rse.core.subsystems
 

Fields in org.eclipse.rse.core.subsystems declared as ISystemFilterPoolReferenceManager
protected  ISystemFilterPoolReferenceManager SubSystem.filterPoolReferenceManager
           
 

Methods in org.eclipse.rse.core.subsystems that return ISystemFilterPoolReferenceManager
 ISystemFilterPoolReferenceManager SubSystem.getFilterPoolReferenceManager()
          Private.
 ISystemFilterPoolReferenceManager ISubSystem.getFilterPoolReferenceManager()
          Generated persistent property method
Return the object that manages the list of filter pools referenced by this subsystem.
 ISystemFilterPoolReferenceManager SubSystem.getSystemFilterPoolReferenceManager()
          Return the system filter pool reference manager, as per the interface SystemFilterPoolReferenceManagerProvider
 ISystemFilterPoolReferenceManager ISubSystem.getSystemFilterPoolReferenceManager()
          Return the system filter pool reference manager, as per the interface SystemFilterPoolReferenceManagerProvider
 

Methods in org.eclipse.rse.core.subsystems with parameters of type ISystemFilterPoolReferenceManager
 ISystemFilterPoolManager[] SubSystemConfiguration.getReferencableSystemFilterPoolManagers(ISystemFilterPoolReferenceManager refMgr)
          Return all the manager objects this provider owns, to which it wants to support referencing from the given filter reference manager.
 ISystemFilterPool SubSystemConfiguration.getSystemFilterPoolForBrokenReference(ISystemFilterPoolReferenceManager callingRefMgr, String missingPoolMgrName, String missingPoolName)
          Last chance call, by a filter pool reference manager, when a reference to a filter pool is found but the referenced master filter pool is not found in those the reference manager by getSystemFilterPoolManagers().
 void SubSystem.setFilterPoolReferenceManager(ISystemFilterPoolReferenceManager newFilterPoolReferenceManager)
           
 void ISubSystem.setFilterPoolReferenceManager(ISystemFilterPoolReferenceManager value)
          Generated persistent property method
Set the object that manages the list of filter pools referenced by this subsystem.
 

Uses of ISystemFilterPoolReferenceManager in org.eclipse.rse.ui.filters
 

Fields in org.eclipse.rse.ui.filters declared as ISystemFilterPoolReferenceManager
 ISystemFilterPoolReferenceManager SystemFilterPoolDialogInputs.refManager
           
 

Uses of ISystemFilterPoolReferenceManager in org.eclipse.rse.ui.filters.actions
 

Methods in org.eclipse.rse.ui.filters.actions that return ISystemFilterPoolReferenceManager
 ISystemFilterPoolReferenceManager SystemFilterAbstractFilterPoolAction.getFilterPoolReferenceManager()
          Returns the filter pool reference manager which contains the list of selected filter pools that this dialog is showing and allowing the user to change.
 

Methods in org.eclipse.rse.ui.filters.actions with parameters of type ISystemFilterPoolReferenceManager
 void SystemFilterAbstractFilterPoolAction.setFilterPoolReferenceManager(ISystemFilterPoolReferenceManager refManager)
          Set the input filter pool reference manager which is holding the references this dialog is allowing the user to select.
 


RSE
Release 3.4

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