public interface AnnotationProvider
| Modifier and Type | Method | Description |
|---|---|---|
void |
annotate(Line.Set set,
org.openide.util.Lookup context) |
Attach annotations to the Line.Set for given context.
|
void annotate(Line.Set set, org.openide.util.Lookup context)
set - the Line.Set to attach annotations to.context - a Lookup describing the context for the Line.Set.
If the Line.Set is associated with a document originating from
a file, the context shall contain the respective FileObject.Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.