Uses of Class
org.fife.ui.rtextarea.LineHighlightManager.LineHighlightInfo
-
Packages that use LineHighlightManager.LineHighlightInfo Package Description org.fife.ui.rtextarea A single-font text editor with many custom features. -
-
Uses of LineHighlightManager.LineHighlightInfo in org.fife.ui.rtextarea
Fields in org.fife.ui.rtextarea with type parameters of type LineHighlightManager.LineHighlightInfo Modifier and Type Field Description private java.util.List<LineHighlightManager.LineHighlightInfo>
LineHighlightManager. lineHighlights
Methods in org.fife.ui.rtextarea with parameters of type LineHighlightManager.LineHighlightInfo Modifier and Type Method Description int
LineHighlightManager.LineHighlightInfoComparator. compare(LineHighlightManager.LineHighlightInfo lhi1, LineHighlightManager.LineHighlightInfo lhi2)
private void
LineHighlightManager. repaintLine(LineHighlightManager.LineHighlightInfo lhi)
Repaints the line pointed to by the specified highlight information.
-