public class ActorDayWizard
extends org.eclipse.jface.wizard.Wizard
| Constructor and Description |
|---|
ActorDayWizard(ActorCalendar actorCalendar,
String i,
String m)
the constructor which sets the parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPages()
adds the page to the Wizard
(non-Javadoc)
|
boolean |
performFinish() |
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitlepublic ActorDayWizard(ActorCalendar actorCalendar, String i, String m)
actorCalendar - the actor Calendar view which opened the wizardi - the number, that was clicked onm - the current month of the calendarpublic void addPages()
addPages in interface org.eclipse.jface.wizard.IWizardaddPages in class org.eclipse.jface.wizard.WizardWizard.addPages()public boolean performFinish()
performFinish in interface org.eclipse.jface.wizard.IWizardperformFinish in class org.eclipse.jface.wizard.Wizard