|
Domain Modeling Layer | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
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 Summary | |
---|---|
BasicTemplate | Basic implementation of the ITemplate interface. |
FileTemplate | ITemplate implementation for templates based off
of a model file. |
This package defines classes and interfaces for templates.
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
.
|
Domain Modeling Layer | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |