RSE
Release 3.2

org.eclipse.rse.ui.filters
Interface SystemFilterPoolDialogInterface

All Known Subinterfaces:
SystemFilterPoolWizardInterface

public interface SystemFilterPoolDialogInterface

Common interface for dialogs or wizards that work with filter pools.

Since:
3.0

Method Summary
 SystemFilterPoolDialogOutputs getFilterPoolDialogOutputs()
          Return an object containing user-specified information pertinent to filter pool actions
 void setFilterPoolDialogActionCaller(SystemFilterAbstractFilterPoolAction caller)
          Allow base action to pass instance of itself for callback to get info
 void setHelpContextId(String id)
          Set the help context id for this wizard
 

Method Detail

setFilterPoolDialogActionCaller

void setFilterPoolDialogActionCaller(SystemFilterAbstractFilterPoolAction caller)
Allow base action to pass instance of itself for callback to get info


getFilterPoolDialogOutputs

SystemFilterPoolDialogOutputs getFilterPoolDialogOutputs()
Return an object containing user-specified information pertinent to filter pool actions


setHelpContextId

void setHelpContextId(String id)
Set the help context id for this wizard


RSE
Release 3.2

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