|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectWizardDialog
com.ibm.etools.systems.core.ui.dialogs.SystemWizardDialog
com.ibm.etools.systems.filters.ui.dialogs.SystemFilterWizardDialog
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.
Field Summary | |
---|---|
static String |
copyright
|
Fields inherited from class com.ibm.etools.systems.core.ui.dialogs.SystemWizardDialog |
---|
helpId, wizard |
Constructor Summary | |
---|---|
SystemFilterWizardDialog(Shell shell,
ISystemFilterWizard wizard)
Constructor |
|
SystemFilterWizardDialog(Shell shell,
ISystemFilterWizard wizard,
Object inputObject)
Constructor two. |
Method Summary | |
---|---|
SystemFilterDialogOutputs |
getFilterDialogOutputs()
Return an object containing user-specified information pertinent to filter actions |
ISystemFilterWizard |
getFilterWizard()
Return wrapped filter wizard |
void |
setFilterDialogActionCaller(SystemFilterAbstractFilterAction caller)
Allow base action to pass instance of itself for callback to get info |
Methods inherited from class com.ibm.etools.systems.core.ui.dialogs.SystemWizardDialog |
---|
createDialogArea, getHelpContextId, getInputObject, getOutputObject, publicConvertHeightInCharsToPixels, publicConvertWidthInCharsToPixels, setHelp, setInputObject, updateSize, wasCancelled |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String copyright
Constructor Detail |
public SystemFilterWizardDialog(Shell shell, ISystemFilterWizard wizard)
public SystemFilterWizardDialog(Shell shell, ISystemFilterWizard wizard, Object inputObject)
Method Detail |
public ISystemFilterWizard getFilterWizard()
public SystemFilterDialogOutputs getFilterDialogOutputs()
getFilterDialogOutputs
in interface SystemFilterDialogInterface
public void setFilterDialogActionCaller(SystemFilterAbstractFilterAction caller)
setFilterDialogActionCaller
in interface SystemFilterDialogInterface
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |