当前页面:
在线文档首页 >
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)
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