pl.edu.agh.cast.data.template
Class TemplateGroup
java.lang.Object
pl.edu.agh.cast.data.template.TemplateGroup
public class TemplateGroup
- extends Object
Contains named templates group. Used for grouping templates in tree viewer
- Author:
- AGH CAST Team
TemplateGroup
public TemplateGroup(Collection<Template> templates,
String name)
- The default constructor.
- Parameters:
templates
- templates belonging to current groupname
- template name
getTemplates
public Collection<Template> getTemplates()
getName
public String getName()
getTemplatesAsArray
public Template[] getTemplatesAsArray()
toString
public String toString()
-
- Overrides:
toString
in class Object
- See Also:
Object.toString()
Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.