Uses of Interface
org.fife.ui.rsyntaxtextarea.ActiveLineRangeListener
-
Packages that use ActiveLineRangeListener 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 ActiveLineRangeListener in org.fife.ui.rsyntaxtextarea
Methods in org.fife.ui.rsyntaxtextarea with parameters of type ActiveLineRangeListener Modifier and Type Method Description void
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 ActiveLineRangeListener Modifier and Type Class Description private class
Gutter.TextAreaListener
Listens for the text area resizing.
-