org.openide.nodes
Class BeanNode.Descriptor

java.lang.Object
  |
  +--org.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 December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.