RSE
Release 2.0

org.eclipse.rse.core.model
Interface ISystemNewConnectionWizardPage

All Known Implementing Classes:
AbstractSystemNewConnectionWizardPage, SubSystemServiceWizardPage, SystemSubSystemsPropertiesWizardPage

public interface ISystemNewConnectionWizardPage

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

See Also:
AbstractSystemNewConnectionWizardPage, SubSystemConfigurationAdapter.getNewConnectionWizardPages(org.eclipse.rse.core.subsystems.ISubSystemConfiguration, org.eclipse.jface.wizard.IWizard)

Method Summary
 ISubSystemConfiguration getSubSystemConfiguration()
          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.
 

Method Detail

performFinish

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

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


getSubSystemConfiguration

ISubSystemConfiguration getSubSystemConfiguration()
Return the subsystem factory that supplied this page


RSE
Release 2.0

Copyright (c) IBM Corporation and others 2000, 2007. All Rights Reserved.