| 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 |
|---|---|---|
Sheet.Set |
Sheet.Set.cloneSet() |
Clone the property set.
|
static Sheet.Set |
Sheet.createExpertSet() |
Convenience method to create new sheet set named
Sheet.EXPERT. |
static Sheet.Set |
Sheet.createPropertiesSet() |
Convenience method to create new sheet set named
Sheet.PROPERTIES. |
Sheet.Set |
Sheet.get(java.lang.String name) |
Find the property set with a given name.
|
Sheet.Set |
Sheet.put(Sheet.Set set) |
Add a property set.
|
Sheet.Set |
Sheet.remove(java.lang.String set) |
Remove a property set from the sheet.
|
| Modifier and Type | Method | Description |
|---|---|---|
Sheet.Set |
Sheet.put(Sheet.Set set) |
Add a property set.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.