|
org.openide.nodes 6.7.22 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeListener | |
---|---|
org.openide.nodes | The IDE uses nodes to represent JavaBeans or other property containers, formed into a hierarchical tree. |
Uses of NodeListener in org.openide.nodes |
---|
Classes in org.openide.nodes that implement NodeListener | |
---|---|
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 . |
Methods in org.openide.nodes that return NodeListener | |
---|---|
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. |
Methods in org.openide.nodes with parameters of type NodeListener | |
---|---|
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. |
|
org.openide.nodes 6.7.22 | |||||||||
PREV NEXT | FRAMES NO FRAMES |