Class TemplateData
- java.lang.Object
-
- com.e1c.g5.v8.dt.bsl.ui.templates.preferences.TemplateData
-
public class TemplateData extends Object
This class represents a wrap around ITempalte to collect changes and then apply them to template
-
-
Constructor Summary
Constructors Constructor Description TemplateData(ITemplate template)
Creates new instance of TemplateData around given template
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ITemplate
adjustTemplate()
Adjusts template to the collected data and return refreshITemplate
-
-
-
Constructor Detail
-
TemplateData
public TemplateData(ITemplate template)
Creates new instance of TemplateData around given template- Parameters:
template
- The template to wrap, cannot benull
-
-