Class BslCommentUiUtils.TemplateDescription

java.lang.Object
com._1c.g5.v8.dt.bsl.ui.contentassist.BslCommentUiUtils.TemplateDescription
Enclosing class:
BslCommentUiUtils

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

    • 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 Details

    • 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