public class DayProfilesPage
extends org.eclipse.jface.wizard.WizardPage
Constructor and Description |
---|
DayProfilesPage(ProcessCalendar processCalendar,
DayProfilesWizard w)
the constructor sets the title and description of the page and sets
the parameters
|
Modifier and Type | Method and Description |
---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent)
implements the ui elements of the page.
|
org.eclipse.swt.widgets.List |
getList() |
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 DayProfilesPage(ProcessCalendar processCalendar, DayProfilesWizard w)
processCalendar
- the process Calendar which opened the wizardw
- the wizard this page belongs topublic void createControl(org.eclipse.swt.widgets.Composite parent)
The list of all available day profiles, the Buttons to Add and Delete a day profile and the text field to create a new day profile.
parent
- the parent Composite of the page
(non-Javadoc)IDialogPage.createControl(org.eclipse.swt.widgets.Composite)
public org.eclipse.swt.widgets.List getList()