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

Uses of Package org.openide.nodes (NetBeans Nodes API) - NetBeans API Javadoc 5.0.0

 

Uses of Package
org.openide.nodes

Packages that use org.openide.nodes
org.openide.cookies Cookies are a design pattern used to add behaviors to existing data object and nodes, or to separate implementation from the main object. 
org.openide.nodes The IDE uses nodes to represent JavaBeans or other property containers, formed into a hierarchical tree. 
org.openide.util.actions   
 

Classes in org.openide.nodes used by org.openide.cookies
Node
          A node represents one element in a hierarchy of objects (beans).
Node.Cookie
          Marker interface for all cookies.
 

Classes in org.openide.nodes used by org.openide.nodes
AbstractNode
          A basic implementation of a node.
BeanChildren.Factory
          Controls which nodes are created for a child bean.
BeanNode.Descriptor
          Descriptor of three types of properties.
Children
          Container for array of nodes.
Children.Array
          Implements the storage of node children by an array.
Children.Keys
          Implements an array of child nodes associated nonuniquely with keys and sorted by these keys.
Children.Map
          Implements the storage of node children by a map.
CookieSet
          Support class for storing cookies and retriving them by representation class.
CookieSet.Factory
          Factory for creating cookies of given Class
DefaultHandle
          Simple implementation of Node.Handle.
FilterNode
          A proxy for another node.
Index
          Index cookie providing operations useful for reordering child nodes.
Node
          A node represents one element in a hierarchy of objects (beans).
Node.Cookie
          Marker interface for all cookies.
Node.Handle
          Serializable node reference.
Node.IndexedProperty
          Description of an indexed property and operations on it.
Node.Property
          Description of a Bean property on a node, and operations on it.
Node.PropertySet
          Class that represents one set of properties.
NodeAcceptor
          Discriminator accepting only certain sets of nodes.
NodeEvent
          Event describing a change in a node.
NodeListener
          Listener to special changes in Nodes.
NodeMemberEvent
          Event describing change in the list of a node's children.
NodeNotFoundException
          Exception indicating that a node could not be found while traversing a path from the root.
NodeOperation
          Provides common operations on nodes.
NodeReorderEvent
          Event describing change in the list of a node's children.
NodeTransfer.Paste
          An intelligent source of paste types (ways how to paste) for a target node.
PropertySupport
          Support class for Node.Property.
Sheet
          Support for creation of property sets.
Sheet.Set
          A set of Bean properties.
 

Classes in org.openide.nodes used by org.openide.util.actions
Node
          A node represents one element in a hierarchy of objects (beans).
 


 

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