Remote Systems
v6.4.1

com.ibm.etools.systems.core.ui.wizards
Interface ISystemWizardPage

All Known Subinterfaces:
ISystemNewConnectionWizardMainPage, SystemFilterNewFilterPoolWizardMainPageInterface
All Known Implementing Classes:
AbstractSystemWizardPage, SystemFilterNewFilterPoolWizardDefaultMainPage, SystemNewConnectionWizardDefaultMainPage

public interface ISystemWizardPage

Interface for wizard pages


Field Summary
static String copyright
           
 
Method Summary
 String getHelpContextId()
          Return the help Id as set in setHelp(String)
 Object getInputObject()
          For explicitly getting input object.
 boolean performFinish()
          Perform error checking of the page contents, returning true only if there are no errors.
 void setHelp(String id)
          Set the help context Id (infoPop) for this wizard.
 void setInputObject(Object inputObject)
          For explicitly setting input object for update mode wizards
 

Field Detail

copyright

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

setInputObject

public void setInputObject(Object inputObject)
For explicitly setting input object for update mode wizards


getInputObject

public Object getInputObject()
For explicitly getting input object.


performFinish

public boolean performFinish()
Perform error checking of the page contents, returning true only if there are no errors.

Called by the main wizard when the user presses Finish. The operation will be cancelled if this method returns false for any page.


setHelp

public void setHelp(String id)
Set the help context Id (infoPop) for this wizard. This must be fully qualified by plugin ID.

Same as #setHelp(String)

See Also:
#getHelpContextId()

getHelpContextId

public String getHelpContextId()
Return the help Id as set in setHelp(String)


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.