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

Uses of Class org.openide.nodes.Node.Property (Nodes API) - NetBeans API Javadoc (Current Development Version)

org.openide.nodes 7.0

Uses of Class
org.openide.nodes.Node.Property

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

Uses of Node.Property in org.openide.nodes
 

Subclasses of Node.Property in org.openide.nodes
 class IndexedPropertySupport<T,E>
          Support for indexed properties.
static class Node.IndexedProperty<T,E>
          Description of an indexed property and operations on it.
 class PropertySupport<T>
          Support class for Node.Property.
static class PropertySupport.Name
          Support for the name property of a node.
static class PropertySupport.ReadOnly<T>
          A simple read-only property.
static class PropertySupport.ReadWrite<T>
          A simple read/write property.
static class PropertySupport.Reflection<T>
          Support for properties from Java Reflection.
static class PropertySupport.WriteOnly<T>
          A simple write-only property.
 

Fields in org.openide.nodes declared as Node.Property
 Node.Property[] BeanNode.Descriptor.expert
          Expert properties.
 Node.Property[] BeanNode.Descriptor.hidden
          Hidden properties.
 Node.Property[] BeanNode.Descriptor.property
          Regular properties.
 

Methods in org.openide.nodes that return Node.Property
 Node.Property<?> Sheet.Set.get(String name)
          Get a property by name.
 Node.Property<?>[] Sheet.Set.getProperties()
          Get all properties in this set.
abstract  Node.Property<?>[] Node.PropertySet.getProperties()
          Get the list of contained properties.
 Node.Property<?> Sheet.Set.put(Node.Property<?> p)
          Add a property to this set, replacing any old one with the same name.
 Node.Property<?> Sheet.Set.remove(String name)
          Remove a property from the set.
 

Methods in org.openide.nodes with parameters of type Node.Property
 Node.Property<?> Sheet.Set.put(Node.Property<?> p)
          Add a property to this set, replacing any old one with the same name.
 void Sheet.Set.put(Node.Property<?>[] ar)
          Add several properties to this set, replacing old ones with the same names.
 


org.openide.nodes 7.0

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