This package defines classes and interfaces for templates.
Package Specification
- {@link com.ibm.xtools.common.ui.wizards.templates.BasicTemplate}:
Concrete implementation of {@link com.ibm.xtools.common.ui.wizards.templates.ITemplate},
including getters and setters for all properties.
- {@link com.ibm.xtools.common.ui.wizards.templates.FileTemplate}:
Defines a template which relates to a file on the file system.
- {@link com.ibm.xtools.common.ui.wizards.templates.ITemplate}:
Interface for defining a template.
- {@link com.ibm.xtools.common.ui.wizards.templates.ITemplateFactory}:
Interface for defining a template factory which can be registered with the
com.ibm.xtools.common.ui.wizards.newModelWizard extension point
.