public class NewItemWizardPage
extends org.eclipse.jface.wizard.WizardPage
NewItemWizard
. It includes
a ListViewer
of available Item
types.Constructor and Description |
---|
NewItemWizardPage(java.lang.String pageName)
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent)
This operation creates the view that shows the list of Items that can be
created by the user.
|
java.lang.String |
getSelectedItem()
This operation returns the selected Item name.
|
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 NewItemWizardPage(java.lang.String pageName)
pageName
- The name of the page.public java.lang.String getSelectedItem()
public void createControl(org.eclipse.swt.widgets.Composite parent)