org.eclipse.rse.dstore.security.wizards
Class SystemImportCertWizardMainPage
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
org.eclipse.rse.ui.wizards.AbstractSystemWizardPage
org.eclipse.rse.dstore.security.wizards.SystemImportCertWizardMainPage
- All Implemented Interfaces:
- IDialogPage, IMessageProvider, ISystemMessageLine, ISystemWizardPage, IWizardPage, Listener
- public class SystemImportCertWizardMainPage
- extends AbstractSystemWizardPage
- implements Listener
| Methods inherited from class org.eclipse.rse.ui.wizards.AbstractSystemWizardPage |
addFillerLine, addGrowableFillerLine, addSeparatorLine, applyMnemonics, clearErrorMessage, clearMessage, createControl, getHelpContextId, getInputObject, getMessageLine, getSystemErrorMessage, setBusyCursor, setErrorMessage, setErrorMessage, setErrorMessage, setFocus, setHelp, setHelp, setInputObject, setMessage, setMessage, setVisible |
| Methods inherited from class org.eclipse.jface.wizard.WizardPage |
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, setDescription, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString |
| Methods inherited from class org.eclipse.jface.dialogs.DialogPage |
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl |
errorMessage
protected SystemMessage errorMessage
nameValidator
protected ISystemValidator nameValidator
msgLine
protected ISystemMessageLine msgLine
SystemImportCertWizardMainPage
public SystemImportCertWizardMainPage(Wizard wizard,
List certs)
- Constructor.
createContents
public Control createContents(Composite parent)
- 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 AbstractSystemWizardPage
- See Also:
SystemWidgetHelpers
handleEvent
public void handleEvent(Event e)
- Specified by:
handleEvent in interface Listener
getElement
public X509CertificateElement getElement(Object cert)
getInitialFocusControl
protected Control getInitialFocusControl()
- Return the Control to be given initial focus.
Override from parent. Return control to be given initial focus.
- Specified by:
getInitialFocusControl in class AbstractSystemWizardPage
initializeInput
protected void initializeInput()
- Init values using input data
performFinish
public boolean performFinish()
- Completes processing of the wizard. If this
method returns true, the wizard will close;
otherwise, it will stay active.
This method is an override from the parent Wizard class.
- Specified by:
performFinish in interface ISystemWizardPage- Specified by:
performFinish in class AbstractSystemWizardPage
- Returns:
- whether the wizard finished successfully
isPageComplete
public boolean isPageComplete()
- Return true if the page is complete, so to enable Finish.
Called by wizard framework.
- Specified by:
isPageComplete in interface IWizardPage
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.