|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
org.fife.ui.rsyntaxtextarea.ActiveLineRangeEvent
public class ActiveLineRangeEvent
The event fired by RSyntaxTextAreas when the active line range
changes.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ActiveLineRangeEvent(RSyntaxTextArea source,
int min,
int max)
Constructor. |
|
| Method Summary | |
|---|---|
int |
getMax()
Returns the last line in the active line range. |
int |
getMin()
Returns the first line in the active line range. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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.| Method Detail |
|---|
public int getMax()
-1 if the range is being
cleared.getMin()public int getMin()
-1 if the range is being
cleared.getMax()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||