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 |
---|---|
void |
NodeAdapter.childrenReordered(NodeReorderEvent ev) |
void |
NodeListener.childrenReordered(NodeReorderEvent ev)
Fired when the order of children is changed.
|
void |
FilterNode.NodeAdapter.childrenReordered(NodeReorderEvent ev)
Does nothing.
|
protected void |
FilterNode.Children.filterChildrenReordered(NodeReorderEvent ev)
Called when the filter node reorders its children.
|