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, setPagesgetTemplateConfiguration, setTemplateConfigurationpublic ActivitiesTemplateConfigurationPageGroup()
public boolean finish(org.eclipse.core.runtime.IProgressMonitor progressMonitor)
ITemplateConfigurationPageGroupprogressMonitor - the progress monitortrue if successfully finished, false otherwisepublic void initPages(org.eclipse.jface.wizard.IWizard wizard)
LinearTemplateConfigurationPageGroupinitPages in interface ITemplateConfigurationPageGroupinitPages in class LinearTemplateConfigurationPageGroupwizard - the wizardITemplateConfigurationPageGroup.initPages(org.eclipse.jface.wizard.IWizard)