org.fife.ui.rsyntaxtextarea
public class ActiveLineRangeEvent extends EventObject
RSyntaxTextArea
s when the active line range
changes.source
Constructor and Description |
---|
ActiveLineRangeEvent(RSyntaxTextArea source,
int min,
int max)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getMax()
Returns the last line in the active line range.
|
int |
getMin()
Returns the first line in the active line range.
|
getSource, toString
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.public int getMax()
-1
if the range is being
cleared.getMin()
public int getMin()
-1
if the range is being
cleared.getMax()