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 SummaryModifier and TypeMethodDescriptionhighlight(String text, String pattern, StyledString.Styler styler) Used to highlight matches
- 
Method Details- 
highlightUsed 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 StyledStringrepresentation oftext
 
 
-