Class BslCommentUiUtils.TemplateDescription

  • Enclosing class:
    BslCommentUiUtils

    public static class BslCommentUiUtils.TemplateDescription
    extends Object
    Contains information about created templates for comment in BSL
    • Constructor Detail

      • TemplateDescription

        public TemplateDescription​(String content,
                                   List<org.eclipse.jface.text.link.LinkedPosition> groups)
        Initialize
        Parameters:
        content - string description of the template
        groups - linked model (see LinkedModeModel) fot this template
    • Method Detail

      • getContent

        public String getContent()
        Returns:
        content string description of the template
      • getLinkedGroups

        public List<org.eclipse.jface.text.link.LinkedPosition> getLinkedGroups()
        Returns:
        groups linked model (see LinkedModeModel) fot this template