Package | Description |
---|---|
org.netbeans.editor |
Modifier and Type | Method and Description |
---|---|
int |
Mark.compare(int pos)
Deprecated.
Compare this mark to some position.
|
int |
Mark.getLine()
Deprecated.
Get the line number of this mark
|
int |
Mark.getOffset()
Deprecated.
Get the position of this mark
|
static void |
Utilities.insertMark(BaseDocument doc,
Mark mark,
int offset) |
static void |
Utilities.moveMark(BaseDocument doc,
Mark mark,
int newOffset) |
void |
Mark.remove()
Deprecated.
Remove mark from the structure holding the marks.
|