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 classErrorStrip.DefaultErrorStripMarkerToolTipProviderThe 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.ErrorStripMarkerToolTipProviderErrorStrip. markerToolTipProviderGenerates 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 voidErrorStrip. setMarkerToolTipProvider(ErrorStrip.ErrorStripMarkerToolTipProvider provider)Sets the provider of tool tips for markers in this error strip.
-