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 |
Index.ArrayChildren
Reorderable children list stored in an array.
|
static class |
Index.Support
A support class implementing some methods of the
Index
cookie. |
Modifier and Type | Field and Description |
---|---|
protected Index |
Index.ArrayChildren.support
Support instance for delegation of some
Index methods. |
Modifier and Type | Method and Description |
---|---|
protected Index |
Index.KeysChildren.createIndex()
The method that creates the supporting index for this
children object.
|
Index |
Index.KeysChildren.getIndex()
Getter for the index that works with this children.
|
Modifier and Type | Method and Description |
---|---|
static void |
Index.Support.showIndexedCustomizer(Index idx)
Utility method to create and show an indexed customizer.
|
Constructor and Description |
---|
IndexedNode(Children children,
Index indexImpl)
Allows subclasses to provide their own children and
index handling.
|
IndexedNode(Children children,
Index indexImpl,
Lookup lookup)
Allows subclasses to provide their own children and
index handling as well as
Lookup . |