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 |
Sheet.Set
A list of bean properties.
|
Modifier and Type | Method and Description |
---|---|
Node.PropertySet[] |
FilterNode.getPropertySets() |
Node.PropertySet[] |
AbstractNode.getPropertySets()
Get a list of property sets.
|
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 and Description |
---|---|
protected void |
Node.firePropertySetsChange(Node.PropertySet[] o,
Node.PropertySet[] n)
Fires a (Bean) property change event (for
Node.PROP_PROPERTY_SETS ). |
protected void |
Node.firePropertySetsChange(Node.PropertySet[] o,
Node.PropertySet[] n)
Fires a (Bean) property change event (for
Node.PROP_PROPERTY_SETS ). |