| Package | Description |
|---|---|
| org.openide.nodes |
NetBeans uses
nodes
to represent JavaBeans or other property containers, formed into a
hierarchical tree.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Node |
NodeOp.findPath(Node start,
java.lang.String[] names) |
Traverse a path from a parent node down, by an enumeration of names.
|
static Node |
NodeOp.findPath(Node start,
java.util.Enumeration<java.lang.String> names) |
Traverse a path from a parent node down, by an enumeration of names.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.