RSE
Release 3.0

org.eclipse.rse.ui.filters.dialogs
Interface SystemFilterDialogInterface

All Known Subinterfaces:
ISystemFilterWizard

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

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


getFilterDialogOutputs

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


RSE
Release 3.0

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