Uses of Interface
org.openide.nodes.NodeListener

Packages that use NodeListener
org.openide.loaders DataSystems are the logical layer between a filesystem and the regular functions of the IDE. 
org.openide.nodes The IDE uses nodes to represent JavaBeans or other property containers, formed into a hierarchical tree. 
org.openide.util A set of utility classes covering a few general infrastructure points in the Open APIs. 
org.openide.windows Most parts of the IDE do not manipulate windows directly, but use special top components
 

Uses of NodeListener in org.openide.loaders
 

Methods in org.openide.loaders that return NodeListener
protected  NodeListener DataShadow.ShadowNode.createNodeListener()
          Creates a node listener that allows listening on the original node and propagating events to the proxy.
 

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.
 

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.
 

Uses of NodeListener in org.openide.util
 

Classes in org.openide.util that implement NodeListener
static class WeakListener.Node
          Deprecated. use appropriate method instead
 

Methods in org.openide.util that return NodeListener
static NodeListener WeakListener.node(NodeListener l, Object source)
          Creates a weak listener.
 

Methods in org.openide.util with parameters of type NodeListener
static NodeListener WeakListener.node(NodeListener l, Object source)
          Creates a weak listener.
 

Constructors in org.openide.util with parameters of type NodeListener
WeakListener.Node(NodeListener l)
          Deprecated. Constructor.
 

Uses of NodeListener in org.openide.windows
 

Classes in org.openide.windows that implement NodeListener
static class TopComponent.NodeName
          This class provides the connection between the node name and a name of the component.
 



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