Package | Description |
---|---|
org.netbeans.editor |
Modifier and Type | Method and Description |
---|---|
AnnotationDesc |
Annotations.LineAnnotations.activateNext()
Activate next annoation on the line.
|
AnnotationDesc |
Annotations.activateNextAnnotation(int line)
Activate next annotation on the line.
|
AnnotationDesc |
Annotations.LineAnnotations.getActive()
Return the active line annotation.
|
AnnotationDesc |
Annotations.getActiveAnnotation(int line)
Returns the active annotation for the given line number.
|
AnnotationDesc |
Annotations.getActiveAnnotation(Mark mark)
Finds active annotation for the Mark.
|
AnnotationDesc |
Annotations.getAnnotation(int line,
String type)
Searches line annotations for given type
|
AnnotationDesc[] |
Annotations.LineAnnotations.getPasive()
Deprecated.
The method name contains typo. Use
Annotations.LineAnnotations.getPassive() instead. |
AnnotationDesc[] |
Annotations.getPasiveAnnotations(int line)
Deprecated.
The method name contains a typo. Use
getPassiveAnnotationsForLine |
AnnotationDesc[] |
Annotations.LineAnnotations.getPassive()
Gets the array of all passive and visible annotations
|
AnnotationDesc[] |
Annotations.getPassiveAnnotations(int offset)
Return list of passive annotations attached on the line of given offset
|
AnnotationDesc[] |
Annotations.getPassiveAnnotationsForLine(int line) |
Modifier and Type | Method and Description |
---|---|
Iterator<AnnotationDesc> |
Annotations.LineAnnotations.getAnnotations() |
Modifier and Type | Method and Description |
---|---|
boolean |
Annotations.LineAnnotations.activate(AnnotationDesc anno)
Make the given annotation active.
|
void |
Annotations.addAnnotation(AnnotationDesc anno)
Add annotation
|
void |
Annotations.LineAnnotations.addAnnotation(AnnotationDesc anno)
Add annotation to this line and activate it.
|
int |
AnnotationDesc.compareTo(AnnotationDesc o) |
void |
Annotations.frontAnnotation(AnnotationDesc anno)
Move annotation in front of others.
|
void |
Annotations.removeAnnotation(AnnotationDesc anno)
Remove annotation
|
void |
Annotations.LineAnnotations.removeAnnotation(AnnotationDesc anno)
Remove annotation from this line.
|