public class SelectionRange
extends java.lang.Object
Constructor and Description |
---|
SelectionRange() |
SelectionRange(Range range,
SelectionRange parent) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
SelectionRange |
getParent()
The parent selection range containing this range.
|
Range |
getRange()
The [range](#Range) of this selection range.
|
int |
hashCode() |
void |
setParent(SelectionRange parent)
The parent selection range containing this range.
|
void |
setRange(Range range)
The [range](#Range) of this selection range.
|
java.lang.String |
toString() |
public SelectionRange()
public SelectionRange(Range range, SelectionRange parent)
@Pure public Range getRange()
public void setRange(Range range)
@Pure public SelectionRange getParent()
public void setParent(SelectionRange parent)
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public int hashCode()
hashCode
in class java.lang.Object