Package org.fife.ui.rsyntaxtextarea
Interface ErrorStrip.ErrorStripMarkerToolTipProvider
- All Known Implementing Classes:
ErrorStrip.DefaultErrorStripMarkerToolTipProvider
- Enclosing class:
ErrorStrip
public static interface ErrorStrip.ErrorStripMarkerToolTipProvider
Returns tool tip text for the markers in an
ErrorStrip that
denote one or more parser notices.-
Method Summary
Modifier and TypeMethodDescriptiongetToolTipText(List<ParserNotice> notices) Returns the tool tip text for a marker in anErrorStripthat denotes a given list of parser notices.
-
Method Details
-
getToolTipText
Returns the tool tip text for a marker in anErrorStripthat denotes a given list of parser notices.- Parameters:
notices- The list of parser notices.- Returns:
- The tool tip text. This may be HTML. Returning
nullwill result in no tool tip being displayed.
-