org.openide.nodes
Interface BeanChildren.Factory

Enclosing class:
BeanChildren

public static interface BeanChildren.Factory

Controls which nodes are created for a child bean.

See Also:
BeanChildren.BeanChildren(BeanContext, BeanChildren.Factory)

Method Summary
 Node createNode(Object bean)
          Create a node for a child bean.
 

Method Detail

createNode

public Node createNode(Object bean)
                throws IntrospectionException
Create a node for a child bean.
Parameters:
bean - the bean
Returns:
the node for the bean
Throws:
IntrospectionException - if the node cannot be created


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