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

Uses of Class org.netbeans.editor.AnnotationDesc (Editor Library) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.lib/1 1.14.0 3

Uses of Class
org.netbeans.editor.AnnotationDesc

Packages that use AnnotationDesc
org.netbeans.editor   
 

Uses of AnnotationDesc in org.netbeans.editor
 

Methods in org.netbeans.editor that return AnnotationDesc
 AnnotationDesc Annotations.LineAnnotations.activateNext()
          Activate next annoation on the line.
 AnnotationDesc Annotations.activateNextAnnotation(int line)
          Activate next annotation on the line.
 AnnotationDesc Annotations.LineAnnotations.getActive()
          Return the active line annotation.
 AnnotationDesc Annotations.getActiveAnnotation(int line)
          Returns the active annotation for the given line number.
 AnnotationDesc Annotations.getActiveAnnotation(Mark mark)
          Finds active annotation for the Mark.
 AnnotationDesc Annotations.getAnnotation(int line, String type)
          Get next line number with some annotation
 AnnotationDesc[] Annotations.LineAnnotations.getPasive()
          Gets the array of all pasive and visible annotations
 AnnotationDesc[] Annotations.getPasiveAnnotations(int line)
          Return list of pasive annotations which should be drawn on the backgorund
 AnnotationDesc[] Annotations.getPassiveAnnotations(int offset)
          Return list of passive annotations attached on the line of given offset
 

Methods in org.netbeans.editor with parameters of type AnnotationDesc
 boolean Annotations.LineAnnotations.activate(AnnotationDesc anno)
          Make the given annotation active.
 void Annotations.addAnnotation(AnnotationDesc anno)
          Add annotation
 void Annotations.LineAnnotations.addAnnotation(AnnotationDesc anno)
          Add annotation to this line and activate it.
 void Annotations.frontAnnotation(AnnotationDesc anno)
          Move annotation in front of others.
 void Annotations.removeAnnotation(AnnotationDesc anno)
          Remove annotation
 void Annotations.LineAnnotations.removeAnnotation(AnnotationDesc anno)
          Remove annotation from this line.
 


org.netbeans.modules.editor.lib/1 1.14.0 3

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