Package org.fife.ui.rsyntaxtextarea
Interface ErrorStrip.ErrorStripMarkerToolTipProvider
-
- Enclosing class:
- ErrorStrip
public static interface ErrorStrip.ErrorStripMarkerToolTipProviderReturns tool tip text for the markers in anErrorStripthat denote one or more parser notices.- Author:
- predi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetToolTipText(List<ParserNotice> notices)Returns the tool tip text for a marker in anErrorStripthat denotes a given list of parser notices.
-
-
-
Method Detail
-
getToolTipText
String getToolTipText(List<ParserNotice> notices)
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.
-
-