Package com.borland.primetime.insight.template

Class Summary
CodeTemplate A CodeTemplate represents a fragment of code, and has an associated name (shortcut) and description.
TemplateActions These are the editor actions for CodeTemplates.
TemplateActions.ExpandTemplateAction Action class whose actionPerformed method, triggered by the Ctrl-J keystroke, will call the TemplateManager to expand code based on a template.
TemplateManager This class manages CodeTemplates.
TemplateSet This class manages one set of CodeTemplates.