Remote Systems
v6.4.1

com.ibm.etools.systems.filters.ui.dialogs
Class SystemFilterPoolWizardDialog

java.lang.Object
  extended byWizardDialog
      extended bycom.ibm.etools.systems.core.ui.dialogs.SystemWizardDialog
          extended bycom.ibm.etools.systems.filters.ui.dialogs.SystemFilterPoolWizardDialog
All Implemented Interfaces:
ISystemPromptDialog, 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.

See Also:
Serialized Form

Field Summary
static String copyright
           
 
Fields inherited from class com.ibm.etools.systems.core.ui.dialogs.SystemWizardDialog
helpId, wizard
 
Fields inherited from interface com.ibm.etools.systems.filters.ui.SystemFilterPoolDialogInterface
Copyright
 
Constructor Summary
SystemFilterPoolWizardDialog(Shell shell, SystemFilterPoolWizardInterface wizard)
          Constructor
SystemFilterPoolWizardDialog(Shell shell, SystemFilterPoolWizardInterface wizard, Object inputObject)
          Constructor two.
 
Method Summary
 SystemFilterPoolDialogOutputs getFilterPoolDialogOutputs()
          Return an object containing user-specified information pertinent to filter pool actions
 SystemFilterPoolWizardInterface getFilterPoolWizard()
          Return wrapped filter pool 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 for this wizard
 
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

copyright

public static final String copyright
See Also:
Constant Field Values
Constructor Detail

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.

Method Detail

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

Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.