See: Description
Interface | Description |
---|---|
ITemplate |
This interface is used by the new model wizard to create
new models from a template.
|
ITemplateFactory |
A template factory is used to contribute templates to the new
model wizard.
|
Class | Description |
---|---|
BasicTemplate |
Basic implementation of the
ITemplate interface. |
FileTemplate |
ITemplate implementation for templates based off
of a model file. |
BasicTemplate
:
Concrete implementation of ITemplate
,
including getters and setters for all properties.FileTemplate
:
Defines a template which relates to a file on the file system.ITemplate
:
Interface for defining a template.ITemplateFactory
:
Interface for defining a template factory which can be registered with the
com.ibm.xtools.common.ui.wizards.newModelWizard extension point
.