See: Description
Interface | Description |
---|---|
IContentCreator |
IContentCreator s are contributed to the template configuration
to modify the newly create models when the new model wizard completes. |
IExistingModelHandler |
This interface is used by the new model wizard to create model files
from an existing model.
|
ITemplateModelHandler |
This interface is used by the new model wizard to create model files
from a template.
|
Class | Description |
---|---|
AbstractExistingModelHandler |
Abstract implementation of the
IExistingModelHandler interface. |
AbstractTemplateModelHandler |
Abstract implementation of the
ITemplateModelHandler interface. |
FileTemplateModelHandler |
This implementation of
ITemplateModelHandler creates a new model
from a model template file, where the template data is of type FileTemplate . |
AbstractExistingModelHandler
:
Abstract implementation of IExistingModelHandler
.AbstractTemplateModelHandler
:
Abstract implementation of ITemplateModelHandler
.FileTemplateModelHandler
:
Implementation of AbstractTemplateModelHandler
for FileTemplate
s.IContentCreator
:
Used to modify model resources open completion of the wizard.IExistingModelHandler
:
Interface to be implemented by client handlers, contributed through the
com.ibm.xtools.common.ui.wizards.newModelWizard
extension point,
to handle existing models.ITemplateModelHandler
:
Interface to be implemented by client handlers, contributed through the
com.ibm.xtools.common.ui.wizards.newModelWizard
extension point,
to handle template models.