Package org.eclipse.ui.dialogs
Class StyledStringHighlighter
java.lang.Object
org.eclipse.ui.dialogs.StyledStringHighlighter
- All Implemented Interfaces:
- IStyledStringHighlighter
The default implementation of 
IStyledStringHighlighter.
 Highlights all matching groups of filter regular expression using
 * and ? as placeholder in bold.- Since:
- 3.115
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionhighlight(String text, String pattern, StyledString.Styler styler) Used to highlight matches
- 
Constructor Details- 
StyledStringHighlighterpublic StyledStringHighlighter()
 
- 
- 
Method Details- 
highlightDescription copied from interface:IStyledStringHighlighterUsed to highlight matches- Specified by:
- highlightin interface- IStyledStringHighlighter
- 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
 
 
-