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

SourceCookie (NetBeans Java Hierarchy API) - NetBeans API Javadoc 5.5.0

org.openide.src 1.8.22

org.openide.cookies
Interface SourceCookie

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

public interface SourceCookie
extends Node.Cookie

A cookie for obtaining a source hierarchy from data objects.


Nested Class Summary
static interface SourceCookie.Editor
          Extended source cookie permitting for bidirectional translation with Swing text elements.
 
Method Summary
 SourceElement getSource()
          Returns a source element describing the hierarchy of the source.
 

Method Detail

getSource

SourceElement getSource()
Returns a source element describing the hierarchy of the source.

Returns:
the element

org.openide.src 1.8.22

Built on May 28 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.