Uses of Interface
org.fife.ui.rsyntaxtextarea.ActiveLineRangeListener
-
Packages that use ActiveLineRangeListener Package Description org.fife.ui.rsyntaxtextarea A syntax-highlighting text editor. -
-
Uses of ActiveLineRangeListener in org.fife.ui.rsyntaxtextarea
Methods in org.fife.ui.rsyntaxtextarea with parameters of type ActiveLineRangeListener Modifier and Type Method Description voidRSyntaxTextArea. 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.
-