Uses of Interface
org.fife.ui.rsyntaxtextarea.ActiveLineRangeListener
Packages that use ActiveLineRangeListener
Package
Description
A syntax-highlighting text editor.
A single-font text editor with many custom features.
-
Uses of ActiveLineRangeListener in org.fife.ui.rsyntaxtextarea
Methods in org.fife.ui.rsyntaxtextarea with parameters of type ActiveLineRangeListenerModifier and TypeMethodDescriptionvoid
RSyntaxTextArea.addActiveLineRangeListener
(ActiveLineRangeListener l) Adds an "active line range" listener to this text area.void
RSyntaxTextArea.removeActiveLineRangeListener
(ActiveLineRangeListener l) Removes an "active line range" listener from this text area. -
Uses of ActiveLineRangeListener in org.fife.ui.rtextarea
Classes in org.fife.ui.rtextarea that implement ActiveLineRangeListenerModifier and TypeClassDescriptionprivate class
Listens for the text area resizing.