public final class ActivitiesTemplateConfigurationPageGroup extends LinearTemplateConfigurationPageGroup
Constructor and Description |
---|
ActivitiesTemplateConfigurationPageGroup() |
Modifier and Type | Method and Description |
---|---|
boolean |
finish(org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Called by the wizard whenever the user presses the finish button.
|
void |
initPages(org.eclipse.jface.wizard.IWizard wizard)
Prior to subclasses calling this method, the pages should
have already been set.
|
canFinish, getNextPage, getPreviousPage, setPage, setPages
getTemplateConfiguration, setTemplateConfiguration
public ActivitiesTemplateConfigurationPageGroup()
public boolean finish(org.eclipse.core.runtime.IProgressMonitor progressMonitor)
ITemplateConfigurationPageGroup
progressMonitor
- the progress monitortrue
if successfully finished, false
otherwisepublic void initPages(org.eclipse.jface.wizard.IWizard wizard)
LinearTemplateConfigurationPageGroup
initPages
in interface ITemplateConfigurationPageGroup
initPages
in class LinearTemplateConfigurationPageGroup
wizard
- the wizardITemplateConfigurationPageGroup.initPages(org.eclipse.jface.wizard.IWizard)