RSE
Release 1.0

org.eclipse.rse.ui.wizards
Interface IRSENewConnectionWizardDelegate

All Known Implementing Classes:
RSENewConnectionWizardDelegate

public interface IRSENewConnectionWizardDelegate

Interface for RSE new connection wizard delegate.


Method Summary
 void addPages()
           
 boolean canFinish()
           
 IHost getDummyHost()
           
 IWizardPage getMainPage()
           
 IWizardPage getNextPage(IWizardPage page)
           
 IWizardPage getPreviousPage(IWizardPage page)
           
 IRSESystemType getSystemType()
           
 RSENewConnectionWizard getWizard()
           
 void init(RSENewConnectionWizard wizard, IRSESystemType systemType)
           
 boolean isInitialized()
           
 boolean performFinish()
           
 void systemTypeChanged(IRSESystemType systemType)
           
 

Method Detail

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()

RSE
Release 1.0

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