Uses of Interface
org.fife.ui.rsyntaxtextarea.ErrorStrip.ErrorStripMarkerToolTipProvider
-
Packages that use ErrorStrip.ErrorStripMarkerToolTipProvider Package Description org.fife.ui.rsyntaxtextarea A syntax-highlighting text editor. -
-
Uses of ErrorStrip.ErrorStripMarkerToolTipProvider in org.fife.ui.rsyntaxtextarea
Classes in org.fife.ui.rsyntaxtextarea that implement ErrorStrip.ErrorStripMarkerToolTipProvider Modifier and Type Class Description private static class
ErrorStrip.DefaultErrorStripMarkerToolTipProvider
The default implementation of the provider of tool tips for markers in an error strip.Fields in org.fife.ui.rsyntaxtextarea declared as ErrorStrip.ErrorStripMarkerToolTipProvider Modifier and Type Field Description private ErrorStrip.ErrorStripMarkerToolTipProvider
ErrorStrip. markerToolTipProvider
Generates the tool tips for markers in this error strip.Methods in org.fife.ui.rsyntaxtextarea with parameters of type ErrorStrip.ErrorStripMarkerToolTipProvider Modifier and Type Method Description void
ErrorStrip. setMarkerToolTipProvider(ErrorStrip.ErrorStripMarkerToolTipProvider provider)
Sets the provider of tool tips for markers in this error strip.
-