public class ActorDayProfilesPage
extends org.eclipse.jface.wizard.WizardPage
| Constructor and Description |
|---|
ActorDayProfilesPage(ActorCalendar actorCalendar,
ActorDayProfilesWizard 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, toStringdispose, getControl, getDescription, getErrorMessage, getMessage, getMessageType, getTitle, performHelp, setMessage, setVisiblepublic ActorDayProfilesPage(ActorCalendar actorCalendar, ActorDayProfilesWizard w)
actorCalendar - the actor 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()