RSE
Release 1.0

org.eclipse.rse.ui.propertypages
Interface ISystemConnectionWizardPropertyPage

All Known Implementing Classes:
ServerConnectionSecurityPropertyPage, ServerLauncherPropertyPage

public interface ISystemConnectionWizardPropertyPage

interface for a property page that can be shown in the new connection wizard


Method Summary
 boolean applyValues(IConnectorService subsystem)
           
 void setHostname(String hostname)
           
 void setSubSystemConfiguration(ISubSystemConfiguration factory)
           
 void setSystemType(String systemType)
           
 

Method Detail

applyValues

public boolean applyValues(IConnectorService subsystem)

setSubSystemConfiguration

public void setSubSystemConfiguration(ISubSystemConfiguration factory)

setHostname

public void setHostname(String hostname)

setSystemType

public void setSystemType(String systemType)

RSE
Release 1.0

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