org.openide.text 6.18

Uses of Class
org.openide.text.Annotation

Packages that use Annotation
org.openide.text NetBeans is able to integrate multiple editors for different content types and mechanically access their content. 
 

Uses of Annotation in org.openide.text
 

Methods in org.openide.text with parameters of type Annotation
protected  void DocumentLine.addAnnotation(Annotation anno)
          Add annotation to this Annotatable class
protected  void Annotatable.addAnnotation(Annotation anno)
          Add annotation to this Annotatable class
 void NbDocument.Annotatable.addAnnotation(Position startPos, int length, Annotation annotation)
          Add annotation to the document.
static void NbDocument.addAnnotation(StyledDocument doc, Position startPos, int length, Annotation annotation)
          Add annotation to the document.
protected  void DocumentLine.removeAnnotation(Annotation anno)
          Remove annotation to this Annotatable class
 void NbDocument.Annotatable.removeAnnotation(Annotation annotation)
          Removal of added annotation.
protected  void Annotatable.removeAnnotation(Annotation anno)
          Remove annotation to this Annotatable class
static void NbDocument.removeAnnotation(StyledDocument doc, Annotation annotation)
          Removal of added annotation.
 


org.openide.text 6.18

Built on May 28 2009.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.