RSE
Release 1.0

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

Packages that use ISystemFilterPoolWrapperInformation
org.eclipse.rse.filters   
org.eclipse.rse.ui.filters.actions   
org.eclipse.rse.ui.filters.dialogs   
 

Uses of ISystemFilterPoolWrapperInformation in org.eclipse.rse.filters
 

Classes in org.eclipse.rse.filters that implement ISystemFilterPoolWrapperInformation
 class SystemFilterPoolWrapperInformation
          The system filter wizard allows callers to pass a list of wrapper objects for the user to select a filter pool.
 

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

Fields in org.eclipse.rse.ui.filters.actions declared as ISystemFilterPoolWrapperInformation
protected  ISystemFilterPoolWrapperInformation SystemNewFilterAction.poolWrapperInformation
           
 

Methods in org.eclipse.rse.ui.filters.actions with parameters of type ISystemFilterPoolWrapperInformation
 void SystemNewFilterAction.setAllowFilterPoolSelection(ISystemFilterPoolWrapperInformation poolsToSelectFrom)
          Configuration method.
 

Uses of ISystemFilterPoolWrapperInformation in org.eclipse.rse.ui.filters.dialogs
 

Fields in org.eclipse.rse.ui.filters.dialogs declared as ISystemFilterPoolWrapperInformation
protected  ISystemFilterPoolWrapperInformation SystemNewFilterWizard.poolWrapperInformation
           
protected  ISystemFilterPoolWrapperInformation SystemNewFilterWizardNamePage.poolWrapperInformation
           
 

Methods in org.eclipse.rse.ui.filters.dialogs with parameters of type ISystemFilterPoolWrapperInformation
 void SystemNewFilterWizard.setAllowFilterPoolSelection(ISystemFilterPoolWrapperInformation poolsToSelectFrom)
          This is an alternative to SystemNewFilterWizard.setAllowFilterPoolSelection(ISystemFilterPool[]) If you want to prompt the user for the parent filter pool to create this filter in, but want to not use the term "pool" say, you can use an array of euphamisms.
 void SystemNewFilterWizardNamePage.setAllowFilterPoolSelection(ISystemFilterPoolWrapperInformation poolWrappersToSelectFrom, ISystemValidator[] nameValidators)
          This is an alternative to SystemNewFilterWizardNamePage.setAllowFilterPoolSelection(ISystemFilterPool[], ISystemValidator[]) If you want to prompt the user for the parent filter pool to create this filter in, but want to not use the term "pool" say, you can use an array of euphamisms.
 


RSE
Release 1.0

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