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 classThe 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.markerToolTipProviderGenerates the tool tips for markers in this error strip.Methods in org.fife.ui.rsyntaxtextarea with parameters of type ErrorStrip.ErrorStripMarkerToolTipProviderModifier and TypeMethodDescriptionvoidErrorStrip.setMarkerToolTipProvider(ErrorStrip.ErrorStripMarkerToolTipProvider provider) Sets the provider of tool tips for markers in this error strip.