RSE
Release 2.0

org.eclipse.rse.ui.propertypages
Interface ISystemConnectionWizardPropertyPage


Deprecated. this class will likely be removed in the future, because the underlying mechanism of contributing property pages to a wizard does not scale since it activates unrelated plug-ins. Custom wizard pages should be contributed through SubSystemConfigurationAdapter.getNewConnectionWizardPages(ISubSystemConfiguration, IWizard) instead. See also Eclipse Bugzilla bug 197129.

public interface ISystemConnectionWizardPropertyPage

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


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

Method Detail

applyValues

boolean applyValues(IConnectorService subsystem)
Deprecated. 

setSubSystemConfiguration

void setSubSystemConfiguration(ISubSystemConfiguration factory)
Deprecated. 

setHostname

void setHostname(String hostname)
Deprecated. 

setSystemType

void setSystemType(IRSESystemType systemType)
Deprecated. 

RSE
Release 2.0

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