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

Packages that use Line.Set
org.openide.cookies Cookies are a design pattern used to add behaviors to existing data object and nodes, or to separate implementation from the main object. 
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.
 Line.Set EditorSupport.getLineSet()
          Deprecated. Get the line set for all paragraphs in the document.
 



Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.