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 |
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
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 | Description |
---|---|---|
protected void |
AbstractNode.setSheet(Sheet s) |
Set the set of properties.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.