Remote Systems
v6.4.1

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

All Known Implementing Classes:
AbstractSystemNewConnectionWizardPage

public interface ISystemNewConnectionWizardPage

Interface that all subsystem factory supplied pages contributed to the New Connection wizard must implement.

See Also:
AbstractSystemNewConnectionWizardPage, SubSystemFactory.getNewConnectionWizardPages(IWizard)

Field Summary
static String copyright
           
 
Method Summary
 SubSystemFactory getSubSystemFactory()
          Return the subsystem factory that supplied this page
 boolean isPageComplete()
          This is called frequently by the framework to decide whether to enable the Finish and Next buttons.
 boolean performFinish()
          This is called when the users presses Finish.
 

Field Detail

copyright

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

performFinish

public boolean performFinish()
This is called when the users presses Finish. All that should be done here is validation of the input, returning true if all is ok and the finish can proceed.


isPageComplete

public boolean isPageComplete()
This is called frequently by the framework to decide whether to enable the Finish and Next buttons.

Return true if the page is complete and has no errors


getSubSystemFactory

public SubSystemFactory getSubSystemFactory()
Return the subsystem factory that supplied this page


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.