org.eclipse.rse.ui.filters.dialogs
Class SystemFilterPoolWizardDialog
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.SystemFilterPoolWizardDialog
- All Implemented Interfaces:
- IPageChangeProvider, IRunnableContext, IShellProvider, ISystemPromptDialog, IWizardContainer, IWizardContainer2, SystemFilterPoolDialogInterface
- public class SystemFilterPoolWizardDialog
- extends SystemWizardDialog
- implements SystemFilterPoolDialogInterface
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 |
SystemFilterPoolWizardDialog
public SystemFilterPoolWizardDialog(Shell shell,
SystemFilterPoolWizardInterface wizard)
- Constructor
SystemFilterPoolWizardDialog
public SystemFilterPoolWizardDialog(Shell shell,
SystemFilterPoolWizardInterface wizard,
Object inputObject)
- Constructor two. Use when you have an input object at instantiation time.
getFilterPoolWizard
public SystemFilterPoolWizardInterface getFilterPoolWizard()
- Return wrapped filter pool wizard
getFilterPoolDialogOutputs
public SystemFilterPoolDialogOutputs getFilterPoolDialogOutputs()
- Return an object containing user-specified information pertinent to filter pool actions
- Specified by:
getFilterPoolDialogOutputs in interface SystemFilterPoolDialogInterface
setFilterPoolDialogActionCaller
public void setFilterPoolDialogActionCaller(SystemFilterAbstractFilterPoolAction caller)
- Allow base action to pass instance of itself for callback to get info
- Specified by:
setFilterPoolDialogActionCaller in interface SystemFilterPoolDialogInterface
setHelpContextId
public void setHelpContextId(String id)
- Set the help context id for this wizard
- Specified by:
setHelpContextId in interface SystemFilterPoolDialogInterface
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.