Package | Description |
---|---|
org.openide.text |
NetBeans is able to integrate multiple
editors
for different content types and mechanically access their content.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
Annotatable.addAnnotation(Annotation anno) |
Add annotation to this Annotatable class
|
protected void |
DocumentLine.addAnnotation(Annotation anno) |
Add annotation to this Annotatable class
|
static void |
NbDocument.addAnnotation(StyledDocument doc,
Position startPos,
int length,
Annotation annotation) |
Add annotation to the document.
|
void |
NbDocument.Annotatable.addAnnotation(Position startPos,
int length,
Annotation annotation) |
Add annotation to the document.
|
protected void |
Annotatable.removeAnnotation(Annotation anno) |
Remove annotation to this Annotatable class
|
protected void |
DocumentLine.removeAnnotation(Annotation anno) |
Remove annotation to this Annotatable class
|
void |
NbDocument.Annotatable.removeAnnotation(Annotation annotation) |
Removal of added annotation.
|
static void |
NbDocument.removeAnnotation(StyledDocument doc,
Annotation annotation) |
Removal of added annotation.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.