|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.rse.ui.SystemBaseForm
org.eclipse.rse.ui.widgets.RemoteBaseServerLauncherForm
org.eclipse.rse.ui.widgets.RemoteServerLauncherForm
public class RemoteServerLauncherForm
Comment goes here
Field Summary |
---|
Fields inherited from class org.eclipse.rse.ui.widgets.RemoteBaseServerLauncherForm |
---|
_hostName, _msgLine |
Fields inherited from class org.eclipse.rse.ui.SystemBaseForm |
---|
alreadyNotified, verifyListeners |
Constructor Summary | |
---|---|
RemoteServerLauncherForm(Shell shell,
ISystemMessageLine msgLine)
Constructor for EnvironmentVariablesForm. |
Method Summary | |
---|---|
protected void |
createLauncherControls(Group group)
|
void |
disable()
|
protected boolean |
getAutoDetect()
|
String |
getDaemonPort()
Get the daemon port widget value |
int |
getDaemonPortAsInt()
Get the Daemon port widget value |
protected ServerLaunchType |
getLaunchType()
|
String |
getREXECPort()
Get the REXEC port widget value |
int |
getREXECPortAsInt()
Get the REXEC port widget value |
String |
getServerInstallPath()
Return the current value of the REXEC server install path widget |
String |
getServerInvocation()
Return the current value of the REXEC server invocation widget |
protected boolean |
getUseSSL()
|
void |
handleEvent(Event evt)
Default implementation to satisfy Listener interface. |
protected void |
initDefaults()
|
void |
initValues(IServerLauncherProperties launcher)
Set the initial values for the widgets, based on the server launcher |
boolean |
isDirty()
Returns whether anything has changed in the server launcher form. |
protected void |
setAutoDetect(boolean use)
|
void |
setDaemonLaunchEnabled(boolean enable)
Sets whether to enable daemon launch. |
void |
setDaemonPort(int port)
Set the daemon port widget value |
void |
setDaemonPort(String port)
Set the daemon port widget value |
void |
setHostname(String hostname)
|
protected void |
setLaunchType(ServerLaunchType type)
|
void |
setNoLaunchEnabled(boolean enable)
Sets whether to enable no launch. |
void |
setRexecLaunchEnabled(boolean enable)
Sets whether to enable rexec launch. |
void |
setREXECPort(int port)
Set the REXEC port's widget value, given an int port value |
void |
setREXECPort(String port)
Set the REXEC port's widget value, as a String |
void |
setServerInstallPath(String path)
Set the REXEC server install path widget's value |
void |
setServerInvocation(String invocation)
Set the REXEC server invocation widget's value |
protected void |
setUseSSL(boolean use)
|
boolean |
updateValues(IServerLauncherProperties launcher)
Update the actual values in the server launcher, from the widgets. |
boolean |
verify()
Verify page contents on OK. |
Methods inherited from class org.eclipse.rse.ui.widgets.RemoteBaseServerLauncherForm |
---|
createContents, createGroupControl |
Methods inherited from class org.eclipse.rse.ui.SystemBaseForm |
---|
addFillerLine, addGrowableFillerLine, addPageCompleteListener, addSeparatorLine, addVerifyListener, getInputObject, getMessageLine, getOutputObject, getShell, getTheErrorMessage, isPageComplete, notifyVerifyListeners, removePageCompleteListener, removePageCompleteListener, setInputObject, setMessageLine, setOutputObject, setPageComplete, setShell, showErrorMessage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.rse.ui.propertypages.ISystemConnectionWizardErrorUpdater |
---|
addVerifyListener, getTheErrorMessage, isPageComplete |
Constructor Detail |
---|
public RemoteServerLauncherForm(Shell shell, ISystemMessageLine msgLine)
msgLine
- Method Detail |
---|
public boolean isDirty()
IServerLauncherForm
true
if the server launcher form has changed, false
otherwise.public void disable()
disable
in class RemoteBaseServerLauncherForm
protected void createLauncherControls(Group group)
createLauncherControls
in class RemoteBaseServerLauncherForm
protected void initDefaults()
initDefaults
in class RemoteBaseServerLauncherForm
public void initValues(IServerLauncherProperties launcher)
public boolean verify()
verify
in interface IServerLauncherForm
verify
in class RemoteBaseServerLauncherForm
public boolean updateValues(IServerLauncherProperties launcher)
updateValues
in interface IServerLauncherForm
updateValues
in class RemoteBaseServerLauncherForm
public void handleEvent(Event evt)
SystemBaseForm
handleEvent
in interface Listener
handleEvent
in class SystemBaseForm
protected ServerLaunchType getLaunchType()
getLaunchType
in class RemoteBaseServerLauncherForm
protected boolean getUseSSL()
protected boolean getAutoDetect()
protected void setUseSSL(boolean use)
protected void setAutoDetect(boolean use)
protected void setLaunchType(ServerLaunchType type)
setLaunchType
in class RemoteBaseServerLauncherForm
public void setDaemonLaunchEnabled(boolean enable)
enable
- true
if daemon launch should be enabled, false
otherwise.public void setRexecLaunchEnabled(boolean enable)
enable
- true
if rexec launch should be enabled, false
otherwise.public void setHostname(String hostname)
setHostname
in interface IServerLauncherForm
setHostname
in class RemoteBaseServerLauncherForm
public void setDaemonPort(String port)
port
- - the port value as a stringpublic void setDaemonPort(int port)
port
- - the port value as an intpublic int getDaemonPortAsInt()
public String getDaemonPort()
public void setREXECPort(String port)
port
- - the value to apply to the widgetpublic void setREXECPort(int port)
port
- - the value to apply to the widget.public int getREXECPortAsInt()
public String getREXECPort()
public void setNoLaunchEnabled(boolean enable)
enable
- true
if no launch should be enabled, false
otherwise.public String getServerInstallPath()
public void setServerInstallPath(String path)
path
- - the text to set the widget's value topublic String getServerInvocation()
public void setServerInvocation(String invocation)
invocation
- - the text to set the widget's value to
|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |