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 |
---|---|
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 and 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 and 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 June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.