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

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

 

Uses of Class
org.openide.text.Line.Set

Packages that use Line.Set
org.openide.cookies   
org.openide.text The IDE is able to integrate multiple editors for different content types and mechanically access their content. 
 

Uses of Line.Set in org.openide.cookies
 

Methods in org.openide.cookies that return Line.Set
 Line.Set LineCookie.getLineSet()
          Creates new line set.
 

Uses of Line.Set in org.openide.text
 

Subclasses of Line.Set in org.openide.text
static class DocumentLine.Set
          Abstract implementation of Line.Set.
 

Methods in org.openide.text that return Line.Set
 Line.Set CloneableEditorSupport.getLineSet()
          Get the line set for all paragraphs in the document.
 

Methods in org.openide.text with parameters of type Line.Set
 void AnnotationProvider.annotate(Line.Set set, Lookup context)
          Attach annotations to the Line.Set for given context.
 


 

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