Uses of Class
org.fife.ui.rtextarea.LineHighlightManager.LineHighlightInfo
Packages that use LineHighlightManager.LineHighlightInfo
-
Uses of LineHighlightManager.LineHighlightInfo in org.fife.ui.rtextarea
Classes in org.fife.ui.rtextarea that implement interfaces with type arguments of type LineHighlightManager.LineHighlightInfoModifier and TypeClassDescriptionprivate static classComparator used when adding new highlights.Fields in org.fife.ui.rtextarea with type parameters of type LineHighlightManager.LineHighlightInfoMethods in org.fife.ui.rtextarea with parameters of type LineHighlightManager.LineHighlightInfoModifier and TypeMethodDescriptionintLineHighlightManager.LineHighlightInfoComparator.compare(LineHighlightManager.LineHighlightInfo lhi1, LineHighlightManager.LineHighlightInfo lhi2) private voidLineHighlightManager.repaintLine(LineHighlightManager.LineHighlightInfo lhi) Repaints the line pointed to by the specified highlight information.