当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
BeanChildren.Factory (Nodes API) - NetBeans API Javadoc (Current Development Version)
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)
createNode
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