public class DayWizard
extends org.eclipse.jface.wizard.Wizard
Constructor and Description |
---|
DayWizard(ProcessCalendar processCalendar,
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, setWindowTitle
public DayWizard(ProcessCalendar processCalendar, String i, String m)
processCalendar
- the process 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.IWizard
addPages
in class org.eclipse.jface.wizard.Wizard
Wizard.addPages()
public boolean performFinish()
performFinish
in interface org.eclipse.jface.wizard.IWizard
performFinish
in class org.eclipse.jface.wizard.Wizard