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

LineCookie (NetBeans Text API) - NetBeans API Javadoc 5.0.0

 

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