org.openide.text 6.27.1

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.
 

Method Detail

annotate

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. If the Line.Set is associated with a document originating from a file, the context shall contain the respective FileObject.

org.openide.text 6.27.1

Built on March 26 2010.  |  Portions Copyright 1997-2010 Sun Microsystems, Inc. All rights reserved.