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 |
---|---|
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(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(String set)
Remove a property set from the sheet.
|
Modifier and Type | Method and Description |
---|---|
Sheet.Set |
Sheet.put(Sheet.Set set)
Add a property set.
|