Class StyledStringHighlighter

java.lang.Object
org.eclipse.ui.dialogs.StyledStringHighlighter
All Implemented Interfaces:
IStyledStringHighlighter

public class StyledStringHighlighter extends Object implements IStyledStringHighlighter
The default implementation of IStyledStringHighlighter. Highlights all matching groups of filter regular expression using * and ? as placeholder in bold.
Since:
3.115
  • Constructor Details

    • StyledStringHighlighter

      public StyledStringHighlighter()
  • Method Details