org.openide.cookies
Interface LineCookie

All Superinterfaces:
Node.Cookie
All Known Subinterfaces:
EditorCookie, SourceCookie.Editor

public interface LineCookie
extends Node.Cookie

Cookie for data objects that want to provide support for accessing lines in a document. Lines may change absolute position as changes are made around them in a document.

See Also:
Line, Line.Set

Method Summary
 Line.Set getLineSet()
          Creates new line set.
 

Method Detail

getLineSet

public Line.Set getLineSet()
Creates new line set.
Returns:
line set for current state of the node


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