|
RSE Release 1.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SystemFilterPoolDialogInterface | |
|---|---|
| org.eclipse.rse.ui.filters.actions | |
| org.eclipse.rse.ui.filters.dialogs | |
| Uses of SystemFilterPoolDialogInterface in org.eclipse.rse.ui.filters.actions |
|---|
| Methods in org.eclipse.rse.ui.filters.actions that return SystemFilterPoolDialogInterface | |
SystemFilterPoolDialogInterface |
SystemFilterSelectFilterPoolsAction.createFilterPoolDialog(Shell parent)
We override createDialog from parent, so this is a no-op. |
SystemFilterPoolDialogInterface |
SystemFilterAbstractFilterPoolWizardAction.createFilterPoolDialog(Shell parent)
|
abstract SystemFilterPoolDialogInterface |
SystemFilterAbstractFilterPoolAction.createFilterPoolDialog(Shell parent)
Where you create the dialog meeting our interface. |
SystemFilterPoolDialogInterface |
SystemFilterWorkWithFilterPoolsAction.createFilterPoolDialog(Shell parent)
Override of parent to create and return our specific filter pool dialog. |
| Uses of SystemFilterPoolDialogInterface in org.eclipse.rse.ui.filters.dialogs |
|---|
| Subinterfaces of SystemFilterPoolDialogInterface in org.eclipse.rse.ui.filters.dialogs | |
interface |
SystemFilterPoolWizardInterface
An interface for filter pool wizards to implement |
| Classes in org.eclipse.rse.ui.filters.dialogs that implement SystemFilterPoolDialogInterface | |
class |
SystemFilterNewFilterPoolWizard
Wizard for creating a new system filter pool. |
class |
SystemFilterPoolWizardDialog
Extends WizardDialog to support ability to pass data in from the common wizard action class, and get data out. |
class |
SystemFilterWorkWithFilterPoolsDialog
Dialog for working with filter pools. |
|
RSE Release 1.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||