org.eclipse.rse.ui.wizards
Class RSENewConnectionWizardDelegate
java.lang.Object
org.eclipse.rse.ui.wizards.RSENewConnectionWizardDelegate
- All Implemented Interfaces:
- IRSENewConnectionWizardDelegate
- Direct Known Subclasses:
- RSEDefaultNewConnectionWizardDelegate
- public abstract class RSENewConnectionWizardDelegate
- extends Object
- implements IRSENewConnectionWizardDelegate
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSENewConnectionWizardDelegate
public RSENewConnectionWizardDelegate()
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)
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.