public class AddMaterialWizardPage
extends org.eclipse.jface.wizard.WizardPage
Constructor and Description |
---|
AddMaterialWizardPage(java.lang.String pageName)
The constructor
|
AddMaterialWizardPage(java.lang.String pageName,
java.lang.String title,
org.eclipse.jface.resource.ImageDescriptor titleImage)
An alternative constructor for creating the wizard page
|
Modifier and Type | Method and Description |
---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent) |
canFlipToNextPage, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
dispose, getControl, getDescription, getErrorMessage, getMessage, getMessageType, getTitle, performHelp, setMessage, setVisible
public AddMaterialWizardPage(java.lang.String pageName)
pageName
- the page namepublic AddMaterialWizardPage(java.lang.String pageName, java.lang.String title, org.eclipse.jface.resource.ImageDescriptor titleImage)
pageName
- the name of the pagetitle
- the title to show in the title bartitleImage
- an image to go along with the title