public class TimeUnitPage
extends org.eclipse.jface.wizard.WizardPage
Constructor and Description |
---|
TimeUnitPage(ProcessCalendar processCalendar)
the constructor sets the title, the description and the parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent)
implements the UI elements of the page.
|
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 TimeUnitPage(ProcessCalendar processCalendar)
processCalendar
- the Process Calendar which opened the wizardpublic void createControl(org.eclipse.swt.widgets.Composite parent)
The comboBox with all available time units.
parent
- the parent Composite of the page
(non-Javadoc)IDialogPage.createControl(org.eclipse.swt.widgets.Composite)