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

Uses of Class org.openide.nodes.NodeEvent (NetBeans APIs) - NetBeans API Javadoc 4.1.0


Uses of Class
org.openide.nodes.NodeEvent

Packages that use NodeEvent
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. 
 

Uses of NodeEvent in org.openide.nodes
 

Subclasses of NodeEvent in org.openide.nodes
 class NodeMemberEvent
          Event describing change in the list of a node's children.
 class NodeReorderEvent
          Event describing change in the list of a node's children.
 

Methods in org.openide.nodes with parameters of type NodeEvent
 void NodeListener.nodeDestroyed(NodeEvent ev)
          Fired when the node is deleted.
 void NodeAdapter.nodeDestroyed(NodeEvent ev)
           
 void FilterNode.NodeAdapter.nodeDestroyed(NodeEvent ev)
           
 

Uses of NodeEvent in org.openide.util
 

Methods in org.openide.util with parameters of type NodeEvent
 void WeakListener.Node.nodeDestroyed(NodeEvent ev)
          Deprecated. Delegates to the original listener.
 



Built on May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.