Uses of Class
org.openide.nodes.CookieSet

Packages that use CookieSet
org.openide.loaders DataSystems are the logical layer between a filesystem and the regular functions of the IDE. 
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.loaders
 

Methods in org.openide.loaders that return CookieSet
 CookieSet MultiDataObject.getCookieSet()
          Get the set of cookies.
 

Methods in org.openide.loaders with parameters of type CookieSet
 void MultiDataObject.setCookieSet(CookieSet s)
          Set the set of cookies.
 

Uses of CookieSet in org.openide.nodes
 

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

Methods in org.openide.nodes with parameters of type CookieSet
protected  void AbstractNode.setCookieSet(CookieSet s)
          Set the cookie set.
 



Built on February 22 2001.  |  Portions Copyright 1997-2000 Sun Microsystems, Inc. All rights reserved.