public static interface ErrorStrip.ErrorStripMarkerToolTipProvider
ErrorStrip
that
denote one or more parser notices.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getToolTipText(java.util.List<ParserNotice> notices)
Returns the tool tip text for a marker in an
ErrorStrip
that denotes a given list of parser notices. |
java.lang.String getToolTipText(java.util.List<ParserNotice> notices)
ErrorStrip
that denotes a given list of parser notices.notices
- The list of parser notices.null
will result in no tool tip being displayed.