public class ActorDayPage
extends org.eclipse.jface.wizard.WizardPage
Constructor and Description |
---|
ActorDayPage(ActorCalendar actorCalendar,
String i,
String m)
the constructor which sets the parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent)
Implements the ui elements of this wizard 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 ActorDayPage(ActorCalendar actorCalendar, String i, String m)
actorCalendar
- the actorCalendar view which opened the wizardi
- the number, that was clicked onm
- the current month of the calendarpublic void createControl(org.eclipse.swt.widgets.Composite parent)
parent
- parent Composite of this wizard page
(non-Javadoc)IDialogPage.createControl(org.eclipse.swt.widgets.Composite)