|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for new Connection (ie Definition) wizard main page classes
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
String |
getConnectionDescription()
|
String |
getConnectionName()
|
String |
getDefaultUserId()
|
int |
getDefaultUserIdLocation()
|
String |
getHostName()
|
String |
getProfileName()
|
String |
getSystemType()
|
void |
restrictSystemType(String systemType)
Call this to restrict the system type that the user is allowed to choose |
void |
restrictSystemTypes(String[] systemTypes)
Call this to restrict the system types that the user is allowed to choose |
void |
setConnectionName(String name)
Preset the connection name |
void |
setConnectionNameValidators(ISystemValidator[] v)
Call this to specify a validator for the connection name. |
void |
setCurrentlySelectedConnection(SystemConnection connection)
Set the currently selected connection so as to better initialize input fields |
void |
setHostName(String name)
Preset the host name |
void |
setHostNameValidator(ISystemValidator v)
Call this to specify a validator for the hostname. |
void |
setProfileNamePreSelection(String name)
Set the profile name to preselect |
void |
setProfileNames(String[] names)
Set the profile names to show in the combo |
void |
setUserId(String userId)
This method allows setting of the initial user Id. |
void |
setUserIdValidator(ISystemValidator v)
Call this to specify a validator for the userId. |
Methods inherited from interface com.ibm.etools.systems.core.ui.wizards.ISystemWizardPage |
---|
getHelpContextId, getInputObject, performFinish, setHelp, setInputObject |
Field Detail |
public static final String copyright
Method Detail |
public String getSystemType()
public String getConnectionName()
public String getHostName()
public String getConnectionDescription()
public String getDefaultUserId()
public int getDefaultUserIdLocation()
public String getProfileName()
public void restrictSystemType(String systemType)
public void restrictSystemTypes(String[] systemTypes)
public void setConnectionNameValidators(ISystemValidator[] v)
public void setHostNameValidator(ISystemValidator v)
public void setUserIdValidator(ISystemValidator v)
public void setUserId(String userId)
public void setConnectionName(String name)
public void setHostName(String name)
public void setProfileNames(String[] names)
public void setProfileNamePreSelection(String name)
public void setCurrentlySelectedConnection(SystemConnection connection)
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |