org.openide.nodes 7.12.1

Uses of Class
org.openide.nodes.ChildFactory

Packages that use ChildFactory
org.openide.nodes NetBeans uses nodes to represent JavaBeans or other property containers, formed into a hierarchical tree. 
 

Uses of ChildFactory in org.openide.nodes
 

Subclasses of ChildFactory in org.openide.nodes
static class ChildFactory.Detachable<T>
          Subclass of ChildFactory with lifecycle methods which will be called on first use and last use.
 

Methods in org.openide.nodes with parameters of type ChildFactory
static
<T> Children
Children.create(ChildFactory<T> factory, boolean asynchronous)
          Create a Children object using the passed ChildFactory object.
 


org.openide.nodes 7.12.1

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