org.openide.cookies
Interface LineCookie

All Superinterfaces:
Node.Cookie
All Known Subinterfaces:
EditorCookie, EditorCookie.Observable

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 May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.