站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

Uses of Class org.openide.text.Annotation (NetBeans Text API) - NetBeans API Javadoc 5.0.0

 

Uses of Class
org.openide.text.Annotation

Packages that use Annotation
org.openide.text The IDE 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
static void NbDocument.addAnnotation(StyledDocument doc, Position startPos, int length, Annotation annotation)
          Add annotation to the document.
static void NbDocument.removeAnnotation(StyledDocument doc, Annotation annotation)
          Removal of added annotation.
 void NbDocument.Annotatable.addAnnotation(Position startPos, int length, Annotation annotation)
          Add annotation to the document.
 void NbDocument.Annotatable.removeAnnotation(Annotation annotation)
          Removal of added annotation.
protected  void DocumentLine.addAnnotation(Annotation anno)
          Add annotation to this Annotatable class
protected  void DocumentLine.removeAnnotation(Annotation anno)
          Remove annotation to this Annotatable class
protected  void Annotatable.addAnnotation(Annotation anno)
          Add annotation to this Annotatable class
protected  void Annotatable.removeAnnotation(Annotation anno)
          Remove annotation to this Annotatable class
 


 

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