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

BeanNode.Descriptor (NetBeans Nodes API) - NetBeans API Javadoc 5.0.0

 

org.openide.nodes
Class BeanNode.Descriptor

java.lang.Object
  extended byorg.openide.nodes.BeanNode.Descriptor
Enclosing class:
BeanNode

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.
 
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.


 

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