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 |
Sheet.cloneSheet()
Create a deep copy of the sheet.
|
static Sheet |
Sheet.createDefault()
Convenience method to create new sheet with only one empty set, named
Sheet.PROPERTIES . |
protected Sheet |
AbstractNode.createSheet()
Initialize a default
property sheet; commonly overridden.
|
protected Sheet |
AbstractNode.getSheet()
Get the current property sheet.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractNode.setSheet(Sheet s)
Set the set of properties.
|