This package defines classes and interfaces for the new model wizard template configuration pages.
Package Specification
- {@link com.ibm.xtools.common.ui.wizards.pagegroups.AbstractTemplateConfigurationPage}:
Abstract implementation of {@link com.ibm.xtools.common.ui.wizards.pagegroups.ITemplateConfigurationPage}.
- {@link com.ibm.xtools.common.ui.wizards.pagegroups.AbstractTemplateConfigurationPageGroup}:
Abstract implementation of {@link com.ibm.xtools.common.ui.wizards.pagegroups.ITemplateConfigurationPageGroup}
- {@link com.ibm.xtools.common.ui.wizards.pagegroups.ActivitiesConfigurationPage}:
Template configuration page which allows the user to configure which UI reduction capabilities to associate with the template model.
- {@link com.ibm.xtools.common.ui.wizards.pagegroups.ActivitiesTemplateConfigurationPageGroup}:
Template configuration page group which contributes the {@link com.ibm.xtools.common.ui.wizards.pagegroups.ActivitiesConfigurationPage}.
Clients may associate this page group to their templates.
- {@link com.ibm.xtools.common.ui.wizards.pagegroups.ITemplateConfigurationPage}:
Interface to be implemented by all template configurate pages.
- {@link com.ibm.xtools.common.ui.wizards.pagegroups.ITemplateConfigurationPageGroup}:
Interface to be implemented by clients to contribute template configuration page groups through the
com.ibm.xtools.common.ui.wizards.newModelWizard
extension point.
- {@link com.ibm.xtools.common.ui.wizards.pagegroups.LinearTemplateConfigurationPageGroup}:
Displays a group of pages linearly one after the other.