This package defines classes and interfaces for displaying the new model wizard and its contents.
Package Specification
- {@link com.ibm.xtools.common.ui.wizards.AbstractBasicModelWizard}:
An abstract class to generalize behavior of wizards creating new models.
- {@link com.ibm.xtools.common.ui.wizards.AbstractNewModelPage}:
An abstract generalization of the new model wizard model creation pages.
- {@link com.ibm.xtools.common.ui.wizards.FilteredFileSelectionDialog}:
Dialog for displaying files with a given extension in the workspace.
- {@link com.ibm.xtools.common.ui.wizards.ICategory}:
An interface implemented by categories used in the new model wizard.
- {@link com.ibm.xtools.common.ui.wizards.INewModelMainPage}:
Interface implemented by all new model wizard main pages.
- {@link com.ibm.xtools.common.ui.wizards.NewModelFromExistingModelPage}:
A new model wizard page which creates a new model from an existing model.
- {@link com.ibm.xtools.common.ui.wizards.NewModelFromTemplatePage}:
A new model wizard page which creates a new model from a standard template.
- {@link com.ibm.xtools.common.ui.wizards.NewModelMainPage}:
The default first page of the new model wizard.
- {@link com.ibm.xtools.common.ui.wizards.NewModelProjectMainPage}:
The default first page of the new model project wizard.
- {@link com.ibm.xtools.common.ui.wizards.NewModelProjectWizard}:
Extends {@link com.ibm.xtools.common.ui.wizards.NewModelWizard} to include the
creation of a project.
- {@link com.ibm.xtools.common.ui.wizards.NewModelWizard}:
The new model wizard.
- {@link com.ibm.xtools.common.ui.wizards.TemplateConfigurationPageGroupNavigator}:
Used to navigate the pages provided by template configuration page groups for a given template.