org.openide.nodes 7.12.1

Uses of Interface
org.openide.nodes.NodeListener

Packages that use NodeListener
org.openide.nodes NetBeans 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 7.12.1

Built on December 28 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.