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 TypeMethodDescriptionvoidRSyntaxTextArea.addActiveLineRangeListener(ActiveLineRangeListener l) Adds an "active line range" listener to this text area.voidRSyntaxTextArea.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 classListens for the text area resizing.