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 |
---|---|---|
protected static class |
FilterNode.NodeAdapter |
Adapter that listens on changes in an original node and refires them
in a proxy.
|
class |
NodeAdapter |
Empty adapter for
NodeListener . |
Modifier and Type | Method | Description |
---|---|---|
protected NodeListener |
FilterNode.createNodeListener() |
Creates a node listener that allows listening on the
original node and propagating events to the proxy.
|
static NodeListener |
NodeOp.weakNodeListener(NodeListener l,
Object source) |
Creates a weak implementation of NodeListener.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Node.addNodeListener(NodeListener l) |
Add a listener to changes in the node's intrinsic properties (name, cookies, etc.).
|
void |
Node.removeNodeListener(NodeListener l) |
Remove a node listener.
|
static NodeListener |
NodeOp.weakNodeListener(NodeListener l,
Object source) |
Creates a weak implementation of NodeListener.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.