Remote Systems
v6.4.1

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

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

See Also:
Serialized Form

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

copyright

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

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.

Method Detail

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

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.