Class WebColorInformationSupplier

java.lang.Object
com.github._1c_syntax.bsl.languageserver.color.WebColorInformationSupplier
All Implemented Interfaces:
ColorInformationSupplier

@Component public class WebColorInformationSupplier extends Object implements ColorInformationSupplier
Сапплаер данными о наличии использования элементов цвета через обращение к системному перечислению WebЦвета.
  • Constructor Details

    • WebColorInformationSupplier

      public WebColorInformationSupplier()
  • Method Details

    • getColorInformation

      public List<ColorInformation> getColorInformation(DocumentContext documentContext)
      Specified by:
      getColorInformation in interface ColorInformationSupplier
      Parameters:
      documentContext - Контекст документа, для которого надо рассчитать данные об использовании элементов цвета.
      Returns:
      Список использований элементов цвета.