Class TemplateData
java.lang.Object
com.e1c.g5.v8.dt.bsl.ui.templates.preferences.TemplateData
This class represents a wrap around ITempalte to collect changes and then apply them to template
-
Constructor Summary
ConstructorsConstructorDescriptionTemplateData
(ITemplate template) Creates new instance of TemplateData around given template -
Method Summary
Modifier and TypeMethodDescriptionAdjusts template to the collected data and return refreshITemplate
-
Constructor Details
-
TemplateData
Creates new instance of TemplateData around given template- Parameters:
template
- The template to wrap, cannot benull
-
-
Method Details