Class BslCommentUiUtils.TemplateDescription
java.lang.Object
com._1c.g5.v8.dt.bsl.ui.contentassist.BslCommentUiUtils.TemplateDescription
- Enclosing class:
- BslCommentUiUtils
Contains information about created templates for comment in BSL
-
Constructor Summary
ConstructorsConstructorDescriptionTemplateDescription(String content, List<org.eclipse.jface.text.link.LinkedPosition> groups) Initialize -
Method Summary
-
Constructor Details
-
TemplateDescription
Initialize- Parameters:
content- string description of the templategroups- linked model (seeLinkedModeModel) fot this template
-
-
Method Details
-
getContent
- Returns:
- content string description of the template
-
getLinkedGroups
- Returns:
- groups linked model (see
LinkedModeModel) fot this template
-