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

Uses of Class org.openide.nodes.CookieSet (NetBeans Nodes API) - NetBeans API Javadoc 5.0.0

 

Uses of Class
org.openide.nodes.CookieSet

Packages that use CookieSet
org.openide.nodes The IDE uses nodes to represent JavaBeans or other property containers, formed into a hierarchical tree. 
 

Uses of CookieSet in org.openide.nodes
 

Methods in org.openide.nodes that return CookieSet
protected  CookieSet AbstractNode.getCookieSet()
          Get the cookie set.
 

Methods in org.openide.nodes with parameters of type CookieSet
protected  void AbstractNode.setCookieSet(CookieSet s)
          Deprecated. just use getCookieSet().add(...) instead
 


 

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