RSE
Release 3.3

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.ui.subsystems Application programming interface for managing the user interface for subsystem actions. 
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.addReferenceToSystemFilterPool(ISystemFilterPool filterPool)
          Given a filter pool, create a referencing object and add it to the list.
 ISystemFilterPoolReference ISystemFilterPoolReferenceManager.addReferenceToSystemFilterPool(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.
 ISystemFilterPoolReference SystemFilterReference.getParentSystemFilterReferencePool()
          If this is a reference to a nested filter, the parent is the reference to the nested filter's parent.
 ISystemFilterPoolReference ISystemFilterPoolReferenceManager.getReferenceToSystemFilterPool(ISystemFilterPool filterPool)
          Given a filter pool, locate the referencing object for it and return it.
 ISystemFilterPoolReference[] ISystemFilterPoolReferenceManager.getSystemFilterPoolReferences()
          Return array of SystemFilterPoolReference objects.
 

Methods in org.eclipse.rse.core.filters with parameters of type ISystemFilterPoolReference
 int ISystemFilterPoolReferenceManager.addSystemFilterPoolReference(ISystemFilterPoolReference filterPoolReference)
          Add a filter pool referencing object to the list.
 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.filterEventFilterPoolReferenceRenamed(ISystemFilterPoolReference poolRef, String oldName)
          A filter pool reference has been renamed (ie, its reference filter pool renamed)
 void ISystemFilterPoolReferenceManagerProvider.filterEventFilterPoolReferenceReset(ISystemFilterPoolReference filterPoolRef)
          A single filter pool reference has been reset to reference a new pool
 void ISystemFilterPoolReferenceManagerProvider.filterEventFilterPoolReferencesRePositioned(ISystemFilterPoolReference[] poolRefs, int delta)
          One or more filter pool references have been re-ordered within their manager
 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.
 int ISystemFilterPoolReferenceManager.removeSystemFilterPoolReference(ISystemFilterPoolReference filterPoolReference, boolean deReference)
          Remove a filter pool referencing object from the list.
 void ISystemFilterPoolReferenceManager.resetSystemFilterPoolReference(ISystemFilterPoolReference filterPoolReference, ISystemFilterPool newPool)
          Reset the filter pool a reference points to.
 void ISystemFilterPoolReferenceManager.setSystemFilterPoolReferences(ISystemFilterPoolReference[] filterPoolReferences, boolean deReference)
          In one shot, set the filter pool references Calls back to inform provider
 

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

Methods in org.eclipse.rse.core.subsystems with parameters of type ISystemFilterPoolReference
 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.filterEventFilterPoolReferenceRenamed(ISystemFilterPoolReference poolRef, String oldName)
          A filter pool reference has been renamed (ie, its reference filter pool renamed)
 void SubSystem.filterEventFilterPoolReferenceReset(ISystemFilterPoolReference filterPoolRef)
          A single filter pool reference has been reset to reference a new pool
 void SubSystem.filterEventFilterPoolReferencesRePositioned(ISystemFilterPoolReference[] poolRefs, int delta)
          One or more filter pool references have been re-ordered within their manager
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
 

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

Methods in org.eclipse.rse.ui.subsystems with parameters of type ISystemFilterPoolReference
 IAction[] ISubSystemConfigurationAdapter.getFilterPoolReferenceActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPoolReference selectedPoolReference)
          Returns a list of actions for the popup menu when user right clicks on a filter pool reference object within a subsystem of this subsystem configuration.
 ImageDescriptor ISubSystemConfigurationAdapter.getSystemFilterPoolImage(ISystemFilterPoolReference filterPool)
          Supply the image to be used for filter pool references
 

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

Methods in org.eclipse.rse.ui.view with parameters of type ISystemFilterPoolReference
 IAction[] SubSystemConfigurationAdapter.getFilterPoolReferenceActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPoolReference selectedPoolReference)
          Returns a list of actions for the popup menu when user right clicks on a filter pool reference object within a subsystem of this subsystem configuration.
 ImageDescriptor SubSystemConfigurationAdapter.getSystemFilterPoolImage(ISystemFilterPoolReference filterPoolRef)
          Supply the image to be used for filter pool references.
 


RSE
Release 3.3

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