Package org.eclipse.ui.dialogs
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 Summary
Modifier and TypeMethodDescriptionhighlight
(String text, String pattern, StyledString.Styler styler) Used to highlight matches
-
Method Details
-
highlight
Used to highlight matches- Parameters:
text
- The text in which matches should be highlightedpattern
- The pattern that defines what to highlightstyler
- The styler used to highlight the matches- Returns:
- A
StyledString
representation oftext
-