Uses of Interface
templates.library.Template

Packages that use Template
templates.diagram.actions   
templates.library   
templates.presentation   
 

Uses of Template in templates.diagram.actions
 

Fields in templates.diagram.actions declared as Template
protected  Template DiagramActions.CreateTemplateInstanceAction.template
          The template to be instantiated.
 

Constructors in templates.diagram.actions with parameters of type Template
DiagramActions.CreateTemplateInstanceAction(javax.swing.undo.CompoundEdit parent, TemplateDiagram diagram, Template template, java.awt.Point location)
          Construct an action for the given parameters.
DiagramActions.CreateTemplateInstanceAction(javax.swing.undo.CompoundEdit parent, TemplateDiagram diagram, Template template, java.awt.Point location, Entity[] buffer)
          Construct an action for the given parameters.
DiagramActions.CreateTemplateInstanceAction(TemplateDiagram diagram, Template template, java.awt.Point location)
          Construct an action for the given parameters.
DiagramActions.CreateTemplateInstanceAction(TemplateDiagram diagram, Template template, java.awt.Point location, Entity[] buffer)
          Construct an action for the given parameters.
 

Uses of Template in templates.library
 

Classes in templates.library that implement Template
 class FSATemplate
          Implementation of a Template which is based on an FSAModel.
 

Fields in templates.library declared as Template
protected static Template AddTemplateDialog.oldTemplate
          The existing template whose properties will be modified.
protected  Template TemplateTransferable.template
          The template which is wrapped.
 

Methods in templates.library that return Template
 Template TemplateLibrary.getTemplate(java.lang.String name)
          Retrieve the template with the given "ID".
 

Methods in templates.library that return types with arguments of type Template
 java.util.Collection<Template> TemplateLibrary.getTemplates()
          Retrieve the set of templates in the library.
 

Methods in templates.library with parameters of type Template
protected static void AddTemplateDialog.editTemplate(TemplateLibrary library, Template template)
          Display the dialog to enable the modification of the properties of an existing template.
 

Constructors in templates.library with parameters of type Template
TemplateTransferable(Template template)
          Create a Transferable wrapper for a template.
 

Uses of Template in templates.presentation
 

Fields in templates.presentation declared as Template
 Template AssignFSADialog.TemplateCell.template
          The Template which is displayed.
 

Constructors in templates.presentation with parameters of type Template
AssignFSADialog.TemplateCell(Template template)
          Construct a component to display the icon and name of the given template.