org.eclipse.rse.ui.widgets
Class ServerConnectionSecurityForm
java.lang.Object
org.eclipse.rse.ui.SystemBaseForm
org.eclipse.rse.ui.widgets.ServerConnectionSecurityForm
- All Implemented Interfaces:
- ISystemConnectionWizardErrorUpdater, Listener
- public class ServerConnectionSecurityForm
- extends SystemBaseForm
| Methods inherited from class org.eclipse.rse.ui.SystemBaseForm |
addFillerLine, addGrowableFillerLine, addPageCompleteListener, addSeparatorLine, addVerifyListener, getInputObject, getMessageLine, getOutputObject, getShell, getTheErrorMessage, handleEvent, 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 |
ServerConnectionSecurityForm
public ServerConnectionSecurityForm(Shell shell,
ISystemMessageLine msgLine)
disable
public void disable()
enable
public void enable()
createContents
public Control createContents(Composite parent)
- Description copied from class:
SystemBaseForm
- CreateContents is the one method that must be overridden from the parent class.
In this method, we populate an SWT container with widgets and return the container
to the caller (JFace). This is used as the contents of this page.
- Specified by:
createContents in class SystemBaseForm
- Parameters:
parent - The parent composite- See Also:
SystemBaseForm.createContents(Composite)
setAlertSSL
public void setAlertSSL(boolean flag)
getAlertSSL
public boolean getAlertSSL()
setAlertNonSSL
public void setAlertNonSSL(boolean flag)
getAlertNonSSL
public boolean getAlertNonSSL()
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.