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

BeanNode.Descriptor (Nodes API) - NetBeans API Javadoc (Current Development Version)

org.openide.nodes 7.0

org.openide.nodes
Class BeanNode.Descriptor

java.lang.Object
  extended by org.openide.nodes.BeanNode.Descriptor
Enclosing class:
BeanNode<T>

public static final class BeanNode.Descriptor
extends Object

Descriptor of three types of properties. Regular, expert and hidden.


Field Summary
 Node.Property[] expert
          Expert properties.
 Node.Property[] hidden
          Hidden properties.
 Node.Property[] property
          Regular properties.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

property

public final Node.Property[] property
Regular properties.


expert

public final Node.Property[] expert
Expert properties.


hidden

public final Node.Property[] hidden
Hidden properties.


org.openide.nodes 7.0

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