Uses of Class
org.openide.nodes.Node.PropertySet

Packages that use Node.PropertySet
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 Node.PropertySet in org.openide.loaders
 

Methods in org.openide.loaders that return Node.PropertySet
 Node.PropertySet[] DataShadow.ShadowNode.getPropertySets()
          Returns modified properties of the original node.
 

Uses of Node.PropertySet in org.openide.nodes
 

Subclasses of Node.PropertySet in org.openide.nodes
static class Sheet.Set
          A set of Bean properties.
 

Methods in org.openide.nodes that return Node.PropertySet
abstract  Node.PropertySet[] Node.getPropertySets()
          Get the list of property sets for this node.
 Node.PropertySet[] AbstractNode.getPropertySets()
          Get a list of property sets.
 Node.PropertySet[] FilterNode.getPropertySets()
           
 Node.PropertySet[] Sheet.toArray()
          Obtain the array of property sets.
 

Methods in org.openide.nodes with parameters of type Node.PropertySet
protected  void Node.firePropertySetsChange(Node.PropertySet[] o, Node.PropertySet[] n)
          Fires a (Bean) property change event (for Node.PROP_PROPERTY_SETS).
 



Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.