RSE
Release 1.0

org.eclipse.rse.dstore.security.widgets
Class CertificatePropertiesForm

java.lang.Object
  extended byorg.eclipse.rse.ui.SystemBaseForm
      extended byorg.eclipse.rse.dstore.security.widgets.CertificatePropertiesForm
All Implemented Interfaces:
ISystemConnectionWizardErrorUpdater, Listener

public class CertificatePropertiesForm
extends SystemBaseForm


Field Summary
 
Fields inherited from class org.eclipse.rse.ui.SystemBaseForm
alreadyNotified, verifyListeners
 
Constructor Summary
CertificatePropertiesForm(Shell shell, Object certificate)
           
CertificatePropertiesForm(Shell shell, Object certificate, boolean advanced)
           
CertificatePropertiesForm(Shell shell, Object certificate, String alias)
           
CertificatePropertiesForm(Shell shell, Object certificate, String alias, boolean advanced)
           
 
Method Summary
 Control createAdvancedContents(Composite parent)
           
 Control createContents(Composite parent)
          CreateContents is the one method that must be overridden from the parent class.
 Control createSimpleContents(Composite parent)
           
 
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
 

Constructor Detail

CertificatePropertiesForm

public CertificatePropertiesForm(Shell shell,
                                 Object certificate,
                                 String alias)

CertificatePropertiesForm

public CertificatePropertiesForm(Shell shell,
                                 Object certificate)

CertificatePropertiesForm

public CertificatePropertiesForm(Shell shell,
                                 Object certificate,
                                 String alias,
                                 boolean advanced)

CertificatePropertiesForm

public CertificatePropertiesForm(Shell shell,
                                 Object certificate,
                                 boolean advanced)
Method Detail

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

createSimpleContents

public Control createSimpleContents(Composite parent)

createAdvancedContents

public Control createAdvancedContents(Composite parent)

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.