Package org.fife.ui.rsyntaxtextarea
Class ErrorStrip.DefaultErrorStripMarkerToolTipProvider
java.lang.Object
org.fife.ui.rsyntaxtextarea.ErrorStrip.DefaultErrorStripMarkerToolTipProvider
- All Implemented Interfaces:
ErrorStrip.ErrorStripMarkerToolTipProvider
- Enclosing class:
ErrorStrip
private static class ErrorStrip.DefaultErrorStripMarkerToolTipProvider
extends Object
implements ErrorStrip.ErrorStripMarkerToolTipProvider
The default implementation of the provider of tool tips for markers in
an error strip.
-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
DefaultErrorStripMarkerToolTipProvider
private DefaultErrorStripMarkerToolTipProvider()
-
-
Method Details
-
getToolTipText
Description copied from interface:ErrorStrip.ErrorStripMarkerToolTipProviderReturns the tool tip text for a marker in anErrorStripthat denotes a given list of parser notices.- Specified by:
getToolTipTextin interfaceErrorStrip.ErrorStripMarkerToolTipProvider- 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.
-