|
RSE Release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServerLauncherForm
An interface implemented by server launchers in order to prompt for the properties of that server launcher.
IServerLauncherProperties
Method Summary | |
---|---|
Control |
createContents(Composite parent)
Create the contents of the form |
void |
initValues(IServerLauncherProperties launcher)
Set the initial values for the widgets, based on the server launcher values |
boolean |
isDirty()
Returns whether anything has changed in the server launcher form. |
void |
setHostname(String hostname)
|
boolean |
updateValues(IServerLauncherProperties 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 |
---|
Control createContents(Composite parent)
void setHostname(String hostname)
void initValues(IServerLauncherProperties launcher)
boolean verify()
boolean updateValues(IServerLauncherProperties launcher)
boolean isDirty()
true
if the server launcher form has changed, false
otherwise.
|
RSE Release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |