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

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

org.openide.nodes 7.0

Uses of Class
org.openide.nodes.PropertySupport

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

Uses of PropertySupport in org.openide.nodes
 

Subclasses of PropertySupport in org.openide.nodes
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.WriteOnly<T>
          A simple write-only property.
 


org.openide.nodes 7.0

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