org.eclipse.wst.common.project.facet.ui
Class AbstractFacetWizardPage
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
org.eclipse.wst.common.project.facet.ui.AbstractFacetWizardPage
- All Implemented Interfaces:
- IDialogPage, IMessageProvider, IWizardPage, IFacetWizardPage
public abstract class AbstractFacetWizardPage
- extends WizardPage
- implements IFacetWizardPage
- Author:
- Konstantin Komissarchik
Methods inherited from class org.eclipse.jface.wizard.WizardPage |
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, 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, setMessage, setVisible |
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage |
createControl, dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible |
context
protected IWizardContext context
AbstractFacetWizardPage
public AbstractFacetWizardPage(String name)
setWizardContext
public final void setWizardContext(IWizardContext context)
- Description copied from interface:
IFacetWizardPage
- The framework will call this method in order to provide the wizard
context to the wizard page. The wizard context can be used to find out
about other actions being configured by the wizard.
- Specified by:
setWizardContext
in interface IFacetWizardPage
- Parameters:
context
- the wizard context
transferStateToConfig
public void transferStateToConfig()
- Description copied from interface:
IFacetWizardPage
- This method is called after the user has pressed the
Finish
button. It allows the wizard page to transfer user selection into the
config object. Alternative, instead of using this method, the wizard
page could update the model on the fly as the user is making changes.
- Specified by:
transferStateToConfig
in interface IFacetWizardPage
Copyright (c) 2008 BEA Systems, Inc. and others. All rights reserved.