org.eclipse.rse.ui.wizards
Interface IRSENewConnectionWizardDelegate
- All Known Implementing Classes:
- RSENewConnectionWizardDelegate
- public interface IRSENewConnectionWizardDelegate
Interface for RSE new connection wizard delegate.
init
public void init(RSENewConnectionWizard wizard,
IRSESystemType systemType)
isInitialized
public boolean isInitialized()
systemTypeChanged
public void systemTypeChanged(IRSESystemType systemType)
getWizard
public RSENewConnectionWizard getWizard()
getSystemType
public IRSESystemType getSystemType()
addPages
public void addPages()
performFinish
public boolean performFinish()
canFinish
public boolean canFinish()
getMainPage
public IWizardPage getMainPage()
getNextPage
public IWizardPage getNextPage(IWizardPage page)
getPreviousPage
public IWizardPage getPreviousPage(IWizardPage page)
getDummyHost
public IHost getDummyHost()
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.