当前页面:
在线文档首页 >
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
getLineSet
public Line.Set getLineSet()
- Creates new line set.
- Returns:
- line set for current state of the node