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. lineHighlightsMethods in org.fife.ui.rtextarea with parameters of type LineHighlightManager.LineHighlightInfo Modifier and Type Method Description intLineHighlightManager.LineHighlightInfoComparator. compare(LineHighlightManager.LineHighlightInfo lhi1, LineHighlightManager.LineHighlightInfo lhi2)private voidLineHighlightManager. repaintLine(LineHighlightManager.LineHighlightInfo lhi)Repaints the line pointed to by the specified highlight information.
-