RSE
Release 1.0

org.eclipse.rse.ui.wizards
Class RSENewConnectionWizardDelegate

java.lang.Object
  extended byorg.eclipse.rse.ui.wizards.RSENewConnectionWizardDelegate
All Implemented Interfaces:
IRSENewConnectionWizardDelegate
Direct Known Subclasses:
RSEDefaultNewConnectionWizardDelegate

public abstract class RSENewConnectionWizardDelegate
extends Object
implements IRSENewConnectionWizardDelegate


Constructor Summary
RSENewConnectionWizardDelegate()
           
 
Method Summary
 void addPages()
           
 boolean canFinish()
           
 IWizardPage getNextPage(IWizardPage page)
           
 IWizardPage getPreviousPage(IWizardPage page)
           
 IRSESystemType getSystemType()
           
 RSENewConnectionWizard getWizard()
           
 void init(RSENewConnectionWizard wizard, IRSESystemType systemType)
           
 boolean isInitialized()
           
protected  void setInitialized(boolean isInitialized)
           
protected  void setSystemType(IRSESystemType systemType)
           
protected  void setWizard(RSENewConnectionWizard wizard)
           
 void systemTypeChanged(IRSESystemType systemType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.rse.ui.wizards.IRSENewConnectionWizardDelegate
getDummyHost, getMainPage, performFinish
 

Constructor Detail

RSENewConnectionWizardDelegate

public RSENewConnectionWizardDelegate()
Method Detail

init

public void init(RSENewConnectionWizard wizard,
                 IRSESystemType systemType)
Specified by:
init in interface IRSENewConnectionWizardDelegate
See Also:
IRSENewConnectionWizardDelegate.init(org.eclipse.rse.ui.wizards.RSENewConnectionWizard, org.eclipse.rse.core.IRSESystemType)

setWizard

protected void setWizard(RSENewConnectionWizard wizard)

setSystemType

protected void setSystemType(IRSESystemType systemType)

setInitialized

protected void setInitialized(boolean isInitialized)

getWizard

public RSENewConnectionWizard getWizard()
Specified by:
getWizard in interface IRSENewConnectionWizardDelegate
See Also:
IRSENewConnectionWizardDelegate.getWizard()

getSystemType

public IRSESystemType getSystemType()
Specified by:
getSystemType in interface IRSENewConnectionWizardDelegate
See Also:
IRSENewConnectionWizardDelegate.getSystemType()

isInitialized

public boolean isInitialized()
Specified by:
isInitialized in interface IRSENewConnectionWizardDelegate
See Also:
IRSENewConnectionWizardDelegate.isInitialized()

addPages

public void addPages()
Specified by:
addPages in interface IRSENewConnectionWizardDelegate
See Also:
IRSENewConnectionWizardDelegate.addPages()

canFinish

public boolean canFinish()
Specified by:
canFinish in interface IRSENewConnectionWizardDelegate
See Also:
IRSENewConnectionWizardDelegate.canFinish()

getNextPage

public IWizardPage getNextPage(IWizardPage page)
Specified by:
getNextPage in interface IRSENewConnectionWizardDelegate
See Also:
IRSENewConnectionWizardDelegate.getNextPage(org.eclipse.jface.wizard.IWizardPage)

getPreviousPage

public IWizardPage getPreviousPage(IWizardPage page)
Specified by:
getPreviousPage in interface IRSENewConnectionWizardDelegate
See Also:
IRSENewConnectionWizardDelegate.getPreviousPage(org.eclipse.jface.wizard.IWizardPage)

systemTypeChanged

public void systemTypeChanged(IRSESystemType systemType)
Specified by:
systemTypeChanged in interface IRSENewConnectionWizardDelegate
See Also:
IRSENewConnectionWizardDelegate.systemTypeChanged(org.eclipse.rse.core.IRSESystemType)

RSE
Release 1.0

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