|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.core.ui.SystemBaseForm
com.ibm.etools.systems.core.ui.widgets.SSLForm
This class provides a reusable widget for selecting whether or not a communications connection should use SSL
Field Summary | |
---|---|
static String |
copyright
|
Fields inherited from class com.ibm.etools.systems.core.ui.SystemBaseForm |
---|
alreadyNotified, verifyListeners |
Constructor Summary | |
---|---|
SSLForm(Shell shell,
ISystemMessageLine msgLine)
Constructor for SSLForm. |
Method Summary | |
---|---|
Control |
createContents(Composite parent)
CreateContents is the one method that must be overridden from the parent class. |
void |
enableCheckBox(boolean flag)
Enable/disable the ssl checkbox |
boolean |
isChecked()
Determines whether ssl is checked or not |
void |
setIsChecked(boolean flag)
Check/uncheck the ssl checkbox |
Methods inherited from class com.ibm.etools.systems.core.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 |
Field Detail |
public static final String copyright
Constructor Detail |
public SSLForm(Shell shell, ISystemMessageLine msgLine)
msgLine
- Method Detail |
public boolean isChecked()
public void setIsChecked(boolean flag)
flag
- public void enableCheckBox(boolean flag)
flag
- public Control createContents(Composite parent)
SystemBaseForm
createContents
in class SystemBaseForm
parent
- The parent compositeSystemBaseForm.createContents(Composite)
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |