RSE
Release 1.0

org.eclipse.rse.ui.filters
Interface SystemFilterDialogInterface

All Known Subinterfaces:
ISystemFilterWizard
All Known Implementing Classes:
SystemFilterWizardDialog

public interface SystemFilterDialogInterface

Common interface for dialogs or wizards that work with filters.


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
 

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


RSE
Release 1.0

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