See: Description
| Interface | Description |
|---|---|
| ITemplateConfigurationPage |
All pages contributed through a template configuration page group must implement
this interface.
|
| ITemplateConfigurationPageGroup |
Template configuration page groups allow for additional configuration
of templates in the new model wizard.
|
| Class | Description |
|---|---|
| AbstractTemplateConfigurationPage |
Abstract implementation of
ITemplateConfigurationPage. |
| AbstractTemplateConfigurationPageGroup |
Abstract implementation of
ITemplateConfigurationPageGroup. |
| ActivitiesConfigurationPage |
A wizard page for selecting the activities of a new model
|
| ActivitiesTemplateConfigurationPageGroup |
The activities template configuration page group.
|
| LinearTemplateConfigurationPageGroup |
The linear template configuration page group is used to contribute one
or more wizard pages such that each page is presented one after the other
with no alternate paths.
|
AbstractTemplateConfigurationPage:
Abstract implementation of ITemplateConfigurationPage.AbstractTemplateConfigurationPageGroup:
Abstract implementation of ITemplateConfigurationPageGroupActivitiesConfigurationPage:
Template configuration page which allows the user to configure which UI reduction capabilities to associate with the template model.ActivitiesTemplateConfigurationPageGroup:
Template configuration page group which contributes the ActivitiesConfigurationPage.
Clients may associate this page group to their templates.ITemplateConfigurationPage:
Interface to be implemented by all template configurate pages.ITemplateConfigurationPageGroup:
Interface to be implemented by clients to contribute template configuration page groups through the
com.ibm.xtools.common.ui.wizards.newModelWizard extension point.LinearTemplateConfigurationPageGroup:
Displays a group of pages linearly one after the other.