Remote Systems
v6.4.1

com.ibm.etools.systems.filters.ui
Interface SystemFilterPoolDialogInterface

All Known Subinterfaces:
SystemFilterPoolWizardInterface
All Known Implementing Classes:
SystemFilterNewFilterPoolWizard, SystemFilterPoolWizardDialog, SystemFilterWorkWithFilterPoolsDialog

public interface SystemFilterPoolDialogInterface

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


Field Summary
static String Copyright
           
 
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
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values
Method Detail

setFilterPoolDialogActionCaller

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


getFilterPoolDialogOutputs

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


setHelpContextId

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


Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.