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 FilterNode.NodeAdapter.nodeDestroyed(NodeEvent ev)
           
 void 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 December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.