RSE
Release 3.4

org.eclipse.rse.ui.filters
Interface ISystemChangeFilterPaneEditPaneSupplier

All Known Implementing Classes:
SystemChangeFilterDialog, SystemChangeFilterPropertyPage

public interface ISystemChangeFilterPaneEditPaneSupplier

The SystemChangeFilterPane class is used in both SystemChangeFilterDialog and in SystemChangeFilterPropertyPage. The pane relies on both of these to supply the edit pane (for historical reasons, so we don't break previous contracts). This interface is implemented by both classes, for supplying that edit pane.


Method Summary
 SystemFilterStringEditPane getFilterStringEditPane(Shell shell)
          Return the filter string edit pane.
 

Method Detail

getFilterStringEditPane

SystemFilterStringEditPane getFilterStringEditPane(Shell shell)
Return the filter string edit pane.


RSE
Release 3.4

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