Package | Description |
---|---|
org.openide.nodes |
NetBeans uses
nodes
to represent JavaBeans or other property containers, formed into a
hierarchical tree.
|
Modifier and Type | Method and Description |
---|---|
static Node |
NodeOp.findPath(Node start,
Enumeration<String> names)
Traverse a path from a parent node down, by an enumeration of names.
|
static Node |
NodeOp.findPath(Node start,
String[] names)
Traverse a path from a parent node down, by an enumeration of names.
|
Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.