Uses of Class
org.fife.ui.rsyntaxtextarea.ActiveLineRangeEvent
-
Packages that use ActiveLineRangeEvent Package Description org.fife.ui.rsyntaxtextarea A syntax-highlighting text editor.org.fife.ui.rtextarea 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 ActiveLineRangeEvent Modifier and Type Method Description void
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 ActiveLineRangeEvent Modifier and Type Method Description void
Gutter.TextAreaListener. activeLineRangeChanged(ActiveLineRangeEvent e)
Modifies the "active line range" that is painted in this component.
-