org.openide.nodes 7.12.1

Uses of Class
org.openide.nodes.NodeEvent

Packages that use NodeEvent
org.openide.nodes NetBeans uses nodes to represent JavaBeans or other property containers, formed into a hierarchical tree. 
 

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 FilterNode.NodeAdapter.nodeDestroyed(NodeEvent ev)
           
 void NodeAdapter.nodeDestroyed(NodeEvent ev)
           
 void NodeListener.nodeDestroyed(NodeEvent ev)
          Fired when the node is deleted.
 


org.openide.nodes 7.12.1

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