This package defines classes and interfaces for the new model wizard handlers.
Package Specification
- {@link com.ibm.xtools.common.ui.wizards.handlers.AbstractExistingModelHandler}:
Abstract implementation of {@link com.ibm.xtools.common.ui.wizards.handlers.IExistingModelHandler}.
- {@link com.ibm.xtools.common.ui.wizards.handlers.AbstractTemplateModelHandler}:
Abstract implementation of {@link com.ibm.xtools.common.ui.wizards.handlers.ITemplateModelHandler}.
- {@link com.ibm.xtools.common.ui.wizards.handlers.FileTemplateModelHandler}:
Implementation of {@link com.ibm.xtools.common.ui.wizards.handlers.AbstractTemplateModelHandler}
for {@link com.ibm.xtools.common.ui.wizards.templates.FileTemplate}s.
- {@link com.ibm.xtools.common.ui.wizards.handlers.IContentCreator}:
Used to modify model resources open completion of the wizard.
- {@link com.ibm.xtools.common.ui.wizards.handlers.IExistingModelHandler}:
Interface to be implemented by client handlers, contributed through the
com.ibm.xtools.common.ui.wizards.newModelWizard
extension point,
to handle existing models.
- {@link com.ibm.xtools.common.ui.wizards.handlers.ITemplateModelHandler}:
Interface to be implemented by client handlers, contributed through the
com.ibm.xtools.common.ui.wizards.newModelWizard
extension point,
to handle template models.