org.openide.explorer.propertysheet
Class PropertyEnv

java.lang.Object
  |
  +--org.openide.explorer.propertysheet.PropertyEnv

public final class PropertyEnv
extends Object

Instance of this class contains information that is being passed to the property editor (instance of ExtendedPropertyEditor) from the IDE.


Method Summary
 Object[] getBeans()
          Array of beans that the edited property belongs to.
 FeatureDescriptor getFeatureDescriptor()
          Feature descritor that describes the property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBeans

public Object[] getBeans()
Array of beans that the edited property belongs to.

getFeatureDescriptor

public FeatureDescriptor getFeatureDescriptor()
Feature descritor that describes the property. It is feature descriptor so one can plug in PropertyDescritor and also Node.Property which both inherit from FeatureDescriptor


Built on February 22 2001.  |  Portions Copyright 1997-2000 Sun Microsystems, Inc. All rights reserved.