Uses of Interface
org.fife.ui.rsyntaxtextarea.ErrorStrip.ErrorStripMarkerToolTipProvider
Packages that use ErrorStrip.ErrorStripMarkerToolTipProvider
-
Uses of ErrorStrip.ErrorStripMarkerToolTipProvider in org.fife.ui.rsyntaxtextarea
Classes in org.fife.ui.rsyntaxtextarea that implement ErrorStrip.ErrorStripMarkerToolTipProviderModifier and TypeClassDescriptionprivate static class
The default implementation of the provider of tool tips for markers in an error strip.Fields in org.fife.ui.rsyntaxtextarea declared as ErrorStrip.ErrorStripMarkerToolTipProviderModifier and TypeFieldDescriptionErrorStrip.markerToolTipProvider
Generates the tool tips for markers in this error strip.Methods in org.fife.ui.rsyntaxtextarea with parameters of type ErrorStrip.ErrorStripMarkerToolTipProviderModifier and TypeMethodDescriptionvoid
ErrorStrip.setMarkerToolTipProvider
(ErrorStrip.ErrorStripMarkerToolTipProvider provider) Sets the provider of tool tips for markers in this error strip.