RSE
Release 1.0

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

Packages that use ISystemFilterPoolReference
org.eclipse.rse.core.filters   
org.eclipse.rse.core.subsystems   
org.eclipse.rse.core.subsystems.util   
org.eclipse.rse.filters   
org.eclipse.rse.persistence.dom   
org.eclipse.rse.ui.propertypages   
org.eclipse.rse.ui.view   
 

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

Methods in org.eclipse.rse.core.filters that return ISystemFilterPoolReference
 ISystemFilterPoolReference[] ISystemFilterPoolReferenceManager.getSystemFilterPoolReferences()
          Return array of SystemFilterPoolReference objects.
 ISystemFilterPoolReference ISystemFilterPoolReferenceManager.getReferenceToSystemFilterPool(ISystemFilterPool filterPool)
          Given a filter pool, locate the referencing object for it and return it.
 ISystemFilterPoolReference ISystemFilterPoolReferenceManager.addReferenceToSystemFilterPool(ISystemFilterPool filterPool)
          Given a filter pool, create a referencing object and add it to the list.
 ISystemFilterPoolReference ISystemFilterPoolReferenceManager.addReferenceToSystemFilterPool(ISystemFilterPoolManager filterPoolManager, String filterPoolName)
          Given a filter pool name, create a referencing object and add it to the list.
 ISystemFilterPoolReference ISystemFilterReference.getParentSystemFilterReferencePool()
          Get parent or super parent filter pool reference.
 

Methods in org.eclipse.rse.core.filters with parameters of type ISystemFilterPoolReference
 void ISystemFilterPoolReferenceManagerProvider.filterEventFilterPoolReferenceCreated(ISystemFilterPoolReference newPoolRef)
          A new filter pool reference has been created
 void ISystemFilterPoolReferenceManagerProvider.filterEventFilterPoolReferenceDeleted(ISystemFilterPoolReference filterPoolRef)
          A filter pool reference has been deleted
 void ISystemFilterPoolReferenceManagerProvider.filterEventFilterPoolReferenceReset(ISystemFilterPoolReference filterPoolRef)
          A single filter pool reference has been reset to reference a new pool
 void ISystemFilterPoolReferenceManagerProvider.filterEventFilterPoolReferenceRenamed(ISystemFilterPoolReference poolRef, String oldName)
          A filter pool reference has been renamed (ie, its reference filter pool renamed)
 void ISystemFilterPoolReferenceManagerProvider.filterEventFilterPoolReferencesRePositioned(ISystemFilterPoolReference[] poolRefs, int delta)
          One or more filter pool references have been re-ordered within their manager
 void ISystemFilterPoolReferenceManager.setSystemFilterPoolReferences(ISystemFilterPoolReference[] filterPoolReferences, boolean deReference)
          In one shot, set the filter pool references Calls back to inform provider
 int ISystemFilterPoolReferenceManager.addSystemFilterPoolReference(ISystemFilterPoolReference filterPoolReference)
          Add a filter pool referencing object to the list.
 void ISystemFilterPoolReferenceManager.resetSystemFilterPoolReference(ISystemFilterPoolReference filterPoolReference, ISystemFilterPool newPool)
          Reset the filter pool a reference points to.
 int ISystemFilterPoolReferenceManager.removeSystemFilterPoolReference(ISystemFilterPoolReference filterPoolReference, boolean deReference)
          Remove a filter pool referencing object from the list.
 int ISystemFilterPoolReferenceManager.getSystemFilterPoolReferencePosition(ISystemFilterPoolReference filterPoolRef)
          Return the zero-based position of a SystemFilterPoolReference object within this list
 void ISystemFilterPoolReferenceManager.moveSystemFilterPoolReference(ISystemFilterPoolReference filterPoolRef, int pos)
          Move a given filter pool reference to a given zero-based location Calls back to inform provider
 void ISystemFilterPoolReferenceManager.moveSystemFilterPoolReferences(ISystemFilterPoolReference[] filterPoolRefs, int delta)
          Move existing filter pool references a given number of positions.
 

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

Methods in org.eclipse.rse.core.subsystems with parameters of type ISystemFilterPoolReference
static ISubSystem SubSystemHelpers.getParentSubSystem(ISystemFilterPoolReference poolReference)
          Give a filter pool reference, return parent subsystem Returns this: (SubSystem)poolReference.getProvider().
static ISubSystemConfiguration SubSystemHelpers.getParentSubSystemConfiguration(ISystemFilterPoolReference poolRef)
          Give a filter pool reference, return parent subsystem factory
 void SubSystem.filterEventFilterPoolReferenceCreated(ISystemFilterPoolReference newPoolRef)
          A new filter pool reference has been created.
 void SubSystem.filterEventFilterPoolReferenceDeleted(ISystemFilterPoolReference filterPoolRef)
          A filter pool reference has been deleted
 void SubSystem.filterEventFilterPoolReferenceReset(ISystemFilterPoolReference filterPoolRef)
          A single filter pool reference has been reset to reference a new pool
 void SubSystem.filterEventFilterPoolReferenceRenamed(ISystemFilterPoolReference poolRef, String oldName)
          A filter pool reference has been renamed (ie, its reference filter pool renamed)
 void SubSystem.filterEventFilterPoolReferencesRePositioned(ISystemFilterPoolReference[] poolRefs, int delta)
          One or more filter pool references have been re-ordered within their manager
 

Uses of ISystemFilterPoolReference in org.eclipse.rse.core.subsystems.util
 

Methods in org.eclipse.rse.core.subsystems.util with parameters of type ISystemFilterPoolReference
 IAction[] ISubSystemConfigurationAdapter.getFilterPoolReferenceActions(ISubSystemConfiguration factory, ISystemFilterPoolReference selectedPoolReference, Shell shell)
          Returns a list of actions for the popup menu when user right clicks on a filter pool reference object within a subsystem of this factory.
 

Uses of ISystemFilterPoolReference in org.eclipse.rse.filters
 

Methods in org.eclipse.rse.filters that return ISystemFilterPoolReference
 ISystemFilterPoolReference[] SystemFilterPoolReferenceManager.getSystemFilterPoolReferences()
           
 ISystemFilterPoolReference SystemFilterPoolReferenceManager.getReferenceToSystemFilterPool(ISystemFilterPool filterPool)
          Given a filter pool, locate the referencing object for it and return it.
 ISystemFilterPoolReference SystemFilterPoolReferenceManager.addReferenceToSystemFilterPool(ISystemFilterPool filterPool)
           
 ISystemFilterPoolReference SystemFilterPoolReferenceManager.addReferenceToSystemFilterPool(ISystemFilterPoolManager filterPoolManager, String filterPoolName)
           
 ISystemFilterPoolReference SystemFilterReference.getParentSystemFilterReferencePool()
          If this is a reference to a nested filter, the parent is the reference to the nested filter's parent.
 

Methods in org.eclipse.rse.filters with parameters of type ISystemFilterPoolReference
 void SystemFilterPoolReferenceManager.setSystemFilterPoolReferences(ISystemFilterPoolReference[] filterPoolReferences, boolean deReference)
          In one shot, set the filter pool references.
 int SystemFilterPoolReferenceManager.addSystemFilterPoolReference(ISystemFilterPoolReference filterPoolReference)
          Add a filter pool referencing object to the list.
 void SystemFilterPoolReferenceManager.resetSystemFilterPoolReference(ISystemFilterPoolReference filterPoolReference, ISystemFilterPool newPool)
          Reset the filter pool a reference points to.
 int SystemFilterPoolReferenceManager.removeSystemFilterPoolReference(ISystemFilterPoolReference filterPoolReference, boolean deReference)
          Remove a filter pool referencing object from the list.
 int SystemFilterPoolReferenceManager.getSystemFilterPoolReferencePosition(ISystemFilterPoolReference filterPoolRef)
           
 void SystemFilterPoolReferenceManager.moveSystemFilterPoolReference(ISystemFilterPoolReference filterPoolRef, int pos)
          Move a given filter pool reference to a given zero-based location.
 void SystemFilterPoolReferenceManager.moveSystemFilterPoolReferences(ISystemFilterPoolReference[] filterPoolRefs, int delta)
          Move existing filter pool references a given number of positions.
 

Uses of ISystemFilterPoolReference in org.eclipse.rse.persistence.dom
 

Methods in org.eclipse.rse.persistence.dom that return ISystemFilterPoolReference
 ISystemFilterPoolReference IRSEDOMImporter.restoreFilterPoolReference(ISubSystem subSystem, RSEDOMNode systemFilterPoolReferenceNode)
           
 

Methods in org.eclipse.rse.persistence.dom with parameters of type ISystemFilterPoolReference
 RSEDOMNode IRSEDOMExporter.createNode(RSEDOMNode parent, ISystemFilterPoolReference fpr, boolean clean)
          Creates a DOM node for a filter pool reference
 

Uses of ISystemFilterPoolReference in org.eclipse.rse.ui.propertypages
 

Methods in org.eclipse.rse.ui.propertypages that return ISystemFilterPoolReference
protected  ISystemFilterPoolReference SystemFilterPoolReferencePropertyPage.getFilterPoolReference()
          Get the input filterpoolreference object
 

Uses of ISystemFilterPoolReference in org.eclipse.rse.ui.view
 

Fields in org.eclipse.rse.ui.view declared as ISystemFilterPoolReference
protected  ISystemFilterPoolReference SystemViewAPIProviderForFilters.filterPoolReference
           
protected  ISystemFilterPoolReference SystemViewAPIProviderForFilterPools.filterPoolReference
           
protected  ISystemFilterPoolReference SystemViewAPIProviderForFilterStrings.filterPoolReference
           
 

Methods in org.eclipse.rse.ui.view that return ISystemFilterPoolReference
 ISystemFilterPoolReference SystemViewAPIProviderForFilters.getSystemFilterPoolReference()
          Get the parent filter pool reference object.
 ISystemFilterPoolReference SystemViewAPIProviderForFilterPools.getSystemFilterPoolReference()
          Get the input filter pool reference object.
 ISystemFilterPoolReference SystemViewAPIProviderForFilterStrings.getSystemFilterPoolReference()
          Get the parent filter pool reference object.
 

Methods in org.eclipse.rse.ui.view with parameters of type ISystemFilterPoolReference
 void SystemViewAPIProviderForFilterPools.setFilterPoolReference(ISystemFilterPoolReference filterPoolReference)
          Reset the input filter pool reference object.
 IAction[] SubSystemConfigurationAdapter.getFilterPoolReferenceActions(ISubSystemConfiguration factory, ISystemFilterPoolReference selectedPoolRef, Shell shell)
          Returns a list of actions for the popup menu when user right clicks on a filter pool reference object within a subsystem of this factory.
 

Constructors in org.eclipse.rse.ui.view with parameters of type ISystemFilterPoolReference
SystemViewAPIProviderForFilterPools(ISystemFilterPoolReference filterPoolReference)
          Constructor
 


RSE
Release 1.0

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