Package | Description |
---|---|
org.openide.nodes |
NetBeans uses
nodes
to represent JavaBeans or other property containers, formed into a
hierarchical tree.
|
Modifier and Type | Class and Description |
---|---|
static class |
ChildFactory.Detachable<T>
Subclass of ChildFactory with lifecycle methods which will be called
on first use and last use.
|
class |
DestroyableNodesFactory<T>
Subclass of
ChildFactory.Detachable with lifecycle method invoked when
nodes created by the factory are no longer needed. |
Modifier and Type | Method and Description |
---|---|
static <T> Children |
Children.create(ChildFactory<T> factory,
boolean asynchronous)
Create a
Children object using the passed ChildFactory
object. |