Remote Systems
v6.4.1

com.ibm.etools.systems.core.ui.widgets
Interface IServerLauncherForm

All Known Implementing Classes:
IBMBaseServerLauncherForm

public interface IServerLauncherForm

An interface implemented by server launchers in order to prompt for the properties of that server launcher.

See Also:
ServerLauncher

Method Summary
 Control createContents(Composite parent)
          Create the contents of the form
 void initValues(ServerLauncher launcher)
          Set the initial values for the widgets, based on the server launcher values
 void setHostname(String hostname)
           
 boolean updateValues(ServerLauncher launcher)
          Update the actual values in the server launcher, from the widgets.
 boolean verify()
          Verify the contents of the widgets, when OK is pressed.
 

Method Detail

createContents

public Control createContents(Composite parent)
Create the contents of the form


setHostname

public void setHostname(String hostname)

initValues

public void initValues(ServerLauncher launcher)
Set the initial values for the widgets, based on the server launcher values


verify

public boolean verify()
Verify the contents of the widgets, when OK is pressed. Return true if all is well, false if an error found.


updateValues

public boolean updateValues(ServerLauncher launcher)
Update the actual values in the server launcher, from the widgets. Called on successful press of OK.

Returns:
true if all went well, false if something failed for some reason.

Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.