Package | Description |
---|---|
org.openide.nodes |
NetBeans uses
nodes
to represent JavaBeans or other property containers, formed into a
hierarchical tree.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
Sheet.Set |
A list of bean properties.
|
Modifier and Type | Method | Description |
---|---|---|
Node.PropertySet[] |
AbstractNode.getPropertySets() |
Get a list of property sets.
|
Node.PropertySet[] |
FilterNode.getPropertySets() |
|
abstract Node.PropertySet[] |
Node.getPropertySets() |
Get the list of property sets for this node.
|
Node.PropertySet[] |
Sheet.toArray() |
Obtain the array of property sets.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
Node.firePropertySetsChange(Node.PropertySet[] o,
Node.PropertySet[] n) |
Fires a (Bean) property change event (for
Node.PROP_PROPERTY_SETS ). |
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.