Package org.eclipse.ui.dialogs
Interface IStyledStringHighlighter
-
- All Known Implementing Classes:
StyledStringHighlighter
public interface IStyledStringHighlighterUsed inFilteredItemsSelectionDialogto highlight matches in the list of matching items- Since:
- 3.115
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StyledStringhighlight(String text, String pattern, StyledString.Styler styler)Used to highlight matches
-
-
-
Method Detail
-
highlight
StyledString highlight(String text, String pattern, StyledString.Styler styler)
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
StyledStringrepresentation oftext
-
-