RSE
Release 1.0

Uses of Class
org.eclipse.rse.ui.filters.actions.SystemFilterAbstractFilterPoolAction

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

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

Methods in org.eclipse.rse.ui.filters with parameters of type SystemFilterAbstractFilterPoolAction
 void SystemFilterPoolDialogInterface.setFilterPoolDialogActionCaller(SystemFilterAbstractFilterPoolAction caller)
          Allow base action to pass instance of itself for callback to get info
 

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

Subclasses of SystemFilterAbstractFilterPoolAction in org.eclipse.rse.ui.filters.actions
 class SystemFilterAbstractFilterPoolWizardAction
           
 class SystemFilterNewFilterPoolAction
          The action that displays the New Filter Pool wizard
 class SystemFilterSelectFilterPoolsAction
          The action that displays the Select Filter Pools dialog, and which returns an array of selected filter pools.
 class SystemFilterWorkWithFilterPoolsAction
          The action that displays the Work With Filter Pools dialog
 

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

Fields in org.eclipse.rse.ui.filters.dialogs declared as SystemFilterAbstractFilterPoolAction
protected  SystemFilterAbstractFilterPoolAction SystemFilterNewFilterPoolWizard.caller
           
protected  SystemFilterAbstractFilterPoolAction SystemFilterNewFilterPoolWizardDefaultMainPage.parentWizardAction
           
 

Methods in org.eclipse.rse.ui.filters.dialogs that return SystemFilterAbstractFilterPoolAction
 SystemFilterAbstractFilterPoolAction SystemFilterNewFilterPoolWizard.getFilterPoolDialogActionCaller()
          Allow wizard pages to get this.
 

Methods in org.eclipse.rse.ui.filters.dialogs with parameters of type SystemFilterAbstractFilterPoolAction
 void SystemFilterNewFilterPoolWizard.setFilterPoolDialogActionCaller(SystemFilterAbstractFilterPoolAction caller)
          Allow base action to pass instance of itself for callback to get info
 void SystemFilterWorkWithFilterPoolsDialog.setFilterPoolDialogActionCaller(SystemFilterAbstractFilterPoolAction caller)
          Allow base action to pass instance of itself for callback to get info
 void SystemFilterPoolWizardDialog.setFilterPoolDialogActionCaller(SystemFilterAbstractFilterPoolAction caller)
          Allow base action to pass instance of itself for callback to get info
 


RSE
Release 1.0

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