Interface IStyledStringHighlighter

All Known Implementing Classes:
StyledStringHighlighter

public interface IStyledStringHighlighter
Used in FilteredItemsSelectionDialog to highlight matches in the list of matching items
Since:
3.115
  • Method Details

    • highlight

      StyledString highlight(String text, String pattern, StyledString.Styler styler)
      Used to highlight matches
      Parameters:
      text - The text in which matches should be highlighted
      pattern - The pattern that defines what to highlight
      styler - The styler used to highlight the matches
      Returns:
      A StyledString representation of text