See: Description
Interface | Description |
---|---|
ICategory |
An interface for categories used in the New Model Wizard.
|
INewModelMainPage |
Interface implemented by all new model wizard main pages.
|
Class | Description |
---|---|
AbstractBasicModelWizard |
An abstract class to generalize behavior of wizards creating new models.
|
AbstractNewModelPage |
An abstract generalization of the new model wizard model creation pages.
|
FilteredFileSelectionDialog |
Dialog for displaying files with a given extension in the workspace.
|
NewModelFromExistingModelPage |
A new model wizard page which creates a new model from an existing model.
|
NewModelFromTemplatePage |
A new model wizard page which creates a new model from a standard template.
|
NewModelMainPage |
A first page of the New Model wizard.
|
NewModelProjectMainPage |
A first page of the New Model wizard.
|
NewModelProjectWizard |
New model project wizard.
|
NewModelWizard |
New model wizard.
|
TemplateConfigurationPageGroupNavigator |
Used to navigate template configuration page groups.
|
AbstractBasicModelWizard
:
An abstract class to generalize behavior of wizards creating new models.AbstractNewModelPage
:
An abstract generalization of the new model wizard model creation pages.FilteredFileSelectionDialog
:
Dialog for displaying files with a given extension in the workspace.ICategory
:
An interface implemented by categories used in the new model wizard.INewModelMainPage
:
Interface implemented by all new model wizard main pages.NewModelFromExistingModelPage
:
A new model wizard page which creates a new model from an existing model.NewModelFromTemplatePage
:
A new model wizard page which creates a new model from a standard template.NewModelMainPage
:
The default first page of the new model wizard.NewModelProjectMainPage
:
The default first page of the new model project wizard.NewModelProjectWizard
:
Extends NewModelWizard
to include the
creation of a project.NewModelWizard
:
The new model wizard.TemplateConfigurationPageGroupNavigator
:
Used to navigate the pages provided by template configuration page groups for a given template.