org.eclipse.rse.ui.filters.dialogs
Class SystemFilterWizardDialog
java.lang.Object
org.eclipse.jface.window.Window
org.eclipse.jface.dialogs.Dialog
org.eclipse.jface.dialogs.TrayDialog
org.eclipse.jface.dialogs.TitleAreaDialog
org.eclipse.jface.wizard.WizardDialog
org.eclipse.rse.ui.dialogs.SystemWizardDialog
org.eclipse.rse.ui.filters.dialogs.SystemFilterWizardDialog
- All Implemented Interfaces:
- IPageChangeProvider, IRunnableContext, IShellProvider, ISystemPromptDialog, IWizardContainer, IWizardContainer2, SystemFilterDialogInterface
- public class SystemFilterWizardDialog
- extends SystemWizardDialog
- implements SystemFilterDialogInterface
Extends WizardDialog to support ability to pass data in from the
common wizard action class, and get data out.
This is deferred to the actual wizard, which in turn defers to the wizard's first page.
| Fields inherited from class org.eclipse.jface.dialogs.Dialog |
blockedHandler, buttonBar, DIALOG_DEFAULT_BOUNDS, DIALOG_PERSISTLOCATION, DIALOG_PERSISTSIZE, dialogArea, DLG_IMG_ERROR, DLG_IMG_HELP, DLG_IMG_INFO, DLG_IMG_MESSAGE_ERROR, DLG_IMG_MESSAGE_INFO, DLG_IMG_MESSAGE_WARNING, DLG_IMG_QUESTION, DLG_IMG_WARNING, ELLIPSIS |
| Fields inherited from class org.eclipse.jface.window.Window |
CANCEL, OK |
| Methods inherited from class org.eclipse.jface.wizard.WizardDialog |
addPageChangedListener, backPressed, buttonPressed, cancelPressed, close, configureShell, createButtonsForButtonBar, createContents, createProgressMonitorPart, finishPressed, firePageChanged, getButton, getCurrentPage, getProgressMonitor, getSelectedPage, getWizard, helpPressed, nextPressed, removePageChangedListener, run, setMinimumPageSize, setMinimumPageSize, setPageSize, setPageSize, setWizard, showPage, update, updateButtons, updateMessage, updateSize, updateTitleBar, updateWindowTitle |
| Methods inherited from class org.eclipse.jface.dialogs.Dialog |
applyDialogFont, convertHeightInCharsToPixels, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, convertWidthInCharsToPixels, create, createButton, dialogFontIsDefault, getBlockedHandler, getButtonBar, getCancelButton, getDialogArea, getDialogBoundsSettings, getDialogBoundsStrategy, getImage, getInitialLocation, getOKButton, initializeBounds, initializeDialogUnits, okPressed, setBlockedHandler, setButtonLayoutData, setButtonLayoutFormData, shortenText |
| Methods inherited from class org.eclipse.jface.window.Window |
canHandleShellCloseEvent, constrainShellSize, createShell, getConstrainedShellBounds, getContents, getDefaultImage, getDefaultImages, getDefaultOrientation, getParentShell, getReturnCode, getShell, getShellListener, getShellStyle, getWindowManager, handleFontChange, handleShellCloseEvent, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setParentShell, setReturnCode, setShellStyle, setWindowManager |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemFilterWizardDialog
public SystemFilterWizardDialog(Shell shell,
ISystemFilterWizard wizard)
- Constructor
SystemFilterWizardDialog
public SystemFilterWizardDialog(Shell shell,
ISystemFilterWizard wizard,
Object inputObject)
- Constructor two. Use when you have an input object at instantiation time.
getFilterWizard
public ISystemFilterWizard getFilterWizard()
- Return wrapped filter wizard
getFilterDialogOutputs
public SystemFilterDialogOutputs getFilterDialogOutputs()
- Return an object containing user-specified information pertinent to filter actions
- Specified by:
getFilterDialogOutputs in interface SystemFilterDialogInterface
setFilterDialogActionCaller
public void setFilterDialogActionCaller(SystemFilterAbstractFilterAction caller)
- Allow base action to pass instance of itself for callback to get info
- Specified by:
setFilterDialogActionCaller in interface SystemFilterDialogInterface
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.