站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 4.1.0

Uses of Interface org.openide.nodes.NodeListener (NetBeans APIs) - NetBeans API Javadoc 4.1.0


Uses of Interface
org.openide.nodes.NodeListener

Packages that use NodeListener
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.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
static NodeListener NodeOp.weakNodeListener(NodeListener l, Object source)
          Creates a weak implementation of 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
static NodeListener NodeOp.weakNodeListener(NodeListener l, Object source)
          Creates a weak implementation of 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)
          Deprecated. Use NodeOp.weakNodeListener(org.openide.nodes.NodeListener, java.lang.Object) or WeakListeners.create(java.lang.Class, java.util.EventListener, java.lang.Object)
 

Methods in org.openide.util with parameters of type NodeListener
static NodeListener WeakListener.node(NodeListener l, Object source)
          Deprecated. Use NodeOp.weakNodeListener(org.openide.nodes.NodeListener, java.lang.Object) or WeakListeners.create(java.lang.Class, java.util.EventListener, java.lang.Object)
 

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 May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.