public class TemplateConfigurationPageGroupNavigator
extends java.lang.Object
Constructor and Description |
---|
TemplateConfigurationPageGroupNavigator(java.lang.String templateId)
Constructs a new navigator for template configuration page groups
contributed against the given template ID.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.jface.wizard.IWizardPage |
getNextPage(ITemplateConfigurationPage page)
Returns the next page for the given
ITemplateConfigurationPage . |
org.eclipse.jface.wizard.IWizardPage |
getPreviousPage(ITemplateConfigurationPage page)
Returns the previous page for the given
ITemplateConfigurationPage . |
java.util.List<ITemplateConfigurationPageGroup> |
getTemplateConfigurationPageGroups()
Return the list of template configuration page groups.
|
protected java.util.List<ITemplateConfigurationPageGroup> |
populateTemplateConfigurationPageGroups(java.lang.String templateId)
Populates this navigator with a list of templace configuration page
groups for the given template ID.
|
public TemplateConfigurationPageGroupNavigator(java.lang.String templateId)
templateId
- protected java.util.List<ITemplateConfigurationPageGroup> populateTemplateConfigurationPageGroups(java.lang.String templateId)
templateId
- public java.util.List<ITemplateConfigurationPageGroup> getTemplateConfigurationPageGroups()
public org.eclipse.jface.wizard.IWizardPage getNextPage(ITemplateConfigurationPage page)
ITemplateConfigurationPage
.
If the given page is null
then the starting page will be returned.page
- the current pagepublic org.eclipse.jface.wizard.IWizardPage getPreviousPage(ITemplateConfigurationPage page)
ITemplateConfigurationPage
.
If the given page is null
then the ending page will be returned.page
- the current page