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

BeanChildren.Factory (NetBeans Nodes API) - NetBeans API Javadoc 5.0.0

 

org.openide.nodes
Interface BeanChildren.Factory

Enclosing interface:
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 May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.