Package | Description |
---|---|
org.netbeans.editor |
Modifier and Type | Class and Description |
---|---|
static class |
MarkFactory.ContextMark
Mark that can have its position updated by where it's located
|
static class |
MarkFactory.SyntaxMark
Deprecated.
syntax marks are no longer used to hold lexer states.
|
Modifier and Type | Field and Description |
---|---|
Mark |
MarkBlock.endMark |
protected Mark |
LeafElement.endMark
Mark giving end offset of this element
|
Mark |
MarkBlock.startMark |
protected Mark |
LeafElement.startMark
Mark giving start offset of this element
|
Modifier and Type | Method and Description |
---|---|
protected Mark |
MarkBlockChain.createBlockEndMark() |
protected Mark |
MarkBlockChain.createBlockStartMark() |
abstract Mark |
BaseElement.getEndMark()
Get end mark of this element
|
Mark |
LeafElement.getEndMark()
Get end mark of this element
|
abstract Mark |
BaseElement.getStartMark()
Get start mark of this element
|
Mark |
LeafElement.getStartMark()
Get start mark of this element
|
Modifier and Type | Method and Description |
---|---|
AnnotationDesc |
Annotations.getActiveAnnotation(Mark mark)
Finds active annotation for the Mark.
|
static void |
Utilities.insertMark(BaseDocument doc,
Mark mark,
int offset) |
boolean |
Annotations.LineAnnotations.isMarkStillReferenced(Mark mark)
Is this given mark still referenced by some annotation or it
can be removed from the draw mark chain
|
static void |
Utilities.moveMark(BaseDocument doc,
Mark mark,
int newOffset) |
Constructor and Description |
---|
MarkBlock(BaseDocument doc,
Mark startMark,
Mark endMark) |
MarkBlock(BaseDocument doc,
Mark startMark,
Mark endMark,
int startPos,
int endPos)
Construct block from positions on some document
|