当前页面:
在线文档首页 >
NetBeans API Javadoc 5.0.0
AnnotationProvider (NetBeans Text API) - NetBeans API Javadoc 5.0.0
org.openide.text
Interface AnnotationProvider
- public interface AnnotationProvider
A provider of annotations for given context.
Implementations of this interface are looked up in the global lookup
and called to let them attach annotations to the lines in the set.
The call is performed during opening of given context.
- Since:
- 4.30
Method Summary |
void |
annotate(Line.Set set,
Lookup context)
Attach annotations to the Line.Set for given context. |
annotate
public void annotate(Line.Set set,
Lookup context)
- Attach annotations to the Line.Set for given context.
- Parameters:
set
- the Line.Set to attach annotations to.context
- a Lookup describing the context for the Line.Set.
it shall contain the FileObject the LineSet is associated with.