Uses of Class
org.fife.ui.rsyntaxtextarea.ActiveLineRangeEvent
Packages that use ActiveLineRangeEvent
Package
Description
A syntax-highlighting text editor.
A single-font text editor with many custom features.
-
Uses of ActiveLineRangeEvent in org.fife.ui.rsyntaxtextarea
Methods in org.fife.ui.rsyntaxtextarea with parameters of type ActiveLineRangeEventModifier and TypeMethodDescriptionvoid
ActiveLineRangeListener.activeLineRangeChanged
(ActiveLineRangeEvent e) Called whenever the "active line range" changes. -
Uses of ActiveLineRangeEvent in org.fife.ui.rtextarea
Methods in org.fife.ui.rtextarea with parameters of type ActiveLineRangeEventModifier and TypeMethodDescriptionvoid
Gutter.TextAreaListener.activeLineRangeChanged
(ActiveLineRangeEvent e) Modifies the "active line range" that is painted in this component.