|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.jface.wizard.Wizard
org.eclipse.rse.ui.wizards.AbstractSystemWizard
org.eclipse.rse.ui.filters.dialogs.SystemFilterNewFilterPoolWizard
Wizard for creating a new system filter pool.
| Field Summary | |
|---|---|
protected SystemFilterAbstractFilterPoolAction |
caller
|
protected SystemFilterNewFilterPoolWizardMainPageInterface |
mainPage
|
protected ISystemFilterPoolManager[] |
mgrs
|
protected SystemFilterPoolDialogOutputs |
output
|
protected ValidatorFolderName |
usv
|
| Fields inherited from class org.eclipse.rse.ui.wizards.AbstractSystemWizard |
|---|
cancelled, finishPressed, helpId, input, minPageHeight, minPageWidth, owningDialog, pageTitle, selection, viewer |
| Fields inherited from class org.eclipse.jface.wizard.Wizard |
|---|
DEFAULT_IMAGE |
| Constructor Summary | |
|---|---|
SystemFilterNewFilterPoolWizard()
Constructor that uses a default title and image |
|
SystemFilterNewFilterPoolWizard(String title,
ImageDescriptor image)
Constructor |
|
| Method Summary | |
|---|---|
void |
addPages()
Creates the wizard pages. |
protected ISystemFilterPool |
createFilterPool(ISystemFilterPoolManager selectedManager,
String poolName)
Process the create new filter pool request, after user presses OK on the dialog. |
protected SystemFilterNewFilterPoolWizardMainPageInterface |
createMainPage()
Creates the wizard's main page. |
SystemFilterAbstractFilterPoolAction |
getFilterPoolDialogActionCaller()
Allow wizard pages to get this. |
SystemFilterPoolDialogOutputs |
getFilterPoolDialogOutputs()
Return an object containing user-specified information pertinent to filter pool actions |
boolean |
performFinish()
Completes processing of the wizard. |
void |
setFilterPoolDialogActionCaller(SystemFilterAbstractFilterPoolAction caller)
Allow base action to pass instance of itself for callback to get info |
void |
setHelpContextId(String id)
Set the help context Id (infoPop) for this wizard. |
| Methods inherited from class org.eclipse.jface.wizard.Wizard |
|---|
canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.rse.ui.wizards.ISystemWizard |
|---|
getHelpContextId, getMinimumPageHeight, getMinimumPageWidth, getSystemWizardDialog, getViewer, getWizardPageTitle, setHelp, setMinimumPageSize, setSystemWizardDialog, setViewer, setWizardPageTitle, updateSize |
| Methods inherited from interface org.eclipse.ui.IWorkbenchWizard |
|---|
init |
| Methods inherited from interface org.eclipse.jface.wizard.IWizard |
|---|
canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer |
| Methods inherited from interface org.eclipse.rse.ui.dialogs.ISystemPromptDialog |
|---|
getInputObject, getOutputObject, publicConvertHeightInCharsToPixels, publicConvertWidthInCharsToPixels, setInputObject, wasCancelled |
| Field Detail |
protected SystemFilterNewFilterPoolWizardMainPageInterface mainPage
protected ValidatorFolderName usv
protected SystemFilterPoolDialogOutputs output
protected SystemFilterAbstractFilterPoolAction caller
protected ISystemFilterPoolManager[] mgrs
| Constructor Detail |
public SystemFilterNewFilterPoolWizard()
public SystemFilterNewFilterPoolWizard(String title,
ImageDescriptor image)
image - The image for this wizard| Method Detail |
public void setHelpContextId(String id)
setHelpContextId in interface SystemFilterPoolDialogInterfacepublic void addPages()
addPages in interface IWizardaddPages in class AbstractSystemWizardprotected SystemFilterNewFilterPoolWizardMainPageInterface createMainPage()
public boolean performFinish()
performFinish in interface IWizardperformFinish in class AbstractSystemWizard
protected ISystemFilterPool createFilterPool(ISystemFilterPoolManager selectedManager,
String poolName)
throws Exception
Exceptionpublic SystemFilterPoolDialogOutputs getFilterPoolDialogOutputs()
getFilterPoolDialogOutputs in interface SystemFilterPoolDialogInterfacepublic void setFilterPoolDialogActionCaller(SystemFilterAbstractFilterPoolAction caller)
setFilterPoolDialogActionCaller in interface SystemFilterPoolDialogInterfacepublic SystemFilterAbstractFilterPoolAction getFilterPoolDialogActionCaller()
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||