Uses of Interface
org.fife.ui.rsyntaxtextarea.ActiveLineRangeListener
Packages that use ActiveLineRangeListener
-
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.