org.openide.nodes 7.7.1

Uses of Class
org.openide.nodes.CookieSet

Packages that use CookieSet
org.openide.nodes NetBeans 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
static CookieSet CookieSet.createGeneric(CookieSet.Before before)
          Factory method to create new, general purpose cookie set.
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
 


org.openide.nodes 7.7.1

Built on July 22 2009.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.