Remote Systems
v6.4.1

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

All Known Subinterfaces:
ISystemFilterWizard
All Known Implementing Classes:
SystemFilterWizardDialog

public interface SystemFilterDialogInterface

Common interface for dialogs or wizards that work with filters.


Field Summary
static String copyright
           
 
Method Summary
 SystemFilterDialogOutputs getFilterDialogOutputs()
          Return an object containing user-specified information pertinent to filter pool actions
 void setFilterDialogActionCaller(SystemFilterAbstractFilterAction caller)
          Allow base action to pass instance of itself for callback to get info
 

Field Detail

copyright

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

setFilterDialogActionCaller

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


getFilterDialogOutputs

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


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.