public class ActiveLineRangeEvent
extends java.util.EventObject
RSyntaxTextArea
s when the active line range
changes.构造器和说明 |
---|
ActiveLineRangeEvent(RSyntaxTextArea source,
int min,
int max)
Constructor.
|
public ActiveLineRangeEvent(RSyntaxTextArea source, int min, int max)
source
- The text area.min
- The first line in the active line range, or
-1
if the line range is being cleared.max
- The last line in the active line range, or
-1
if the line range is being cleared.