Package | Description |
---|---|
org.openide.nodes |
NetBeans uses
nodes
to represent JavaBeans or other property containers, formed into a
hierarchical tree.
|
Modifier and Type | Class | 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 | Description |
---|---|---|
protected Index |
Index.ArrayChildren.support |
Support instance for delegation of some
Index methods. |
Modifier and Type | Method | 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 | Description |
---|---|---|
static void |
Index.Support.showIndexedCustomizer(Index idx) |
Utility method to create and show an indexed customizer.
|
Constructor | Description |
---|---|
IndexedNode(Children children,
Index indexImpl) |
Allows subclasses to provide their own children and
index handling.
|
IndexedNode(Children children,
Index indexImpl,
org.openide.util.Lookup lookup) |
Allows subclasses to provide their own children and
index handling as well as
Lookup . |
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.