org.openide.explorer.propertysheet
Interface ExPropertyModel

All Superinterfaces:
PropertyModel
All Known Implementing Classes:
DefaultPropertyModel

public interface ExPropertyModel
extends PropertyModel

An extension to the PropertyModel interface that allows the property to supply information for ExPropertyEditor.


Fields inherited from interface org.openide.explorer.propertysheet.PropertyModel
PROP_VALUE
 
Method Summary
 Object[] getBeans()
          Returns an array of beans/nodes that this property belongs to.
 FeatureDescriptor getFeatureDescriptor()
          Returns descriptor describing the property.
 
Methods inherited from interface org.openide.explorer.propertysheet.PropertyModel
addPropertyChangeListener, getPropertyEditorClass, getPropertyType, getValue, removePropertyChangeListener, setValue
 

Method Detail

getBeans

public Object[] getBeans()
Returns an array of beans/nodes that this property belongs to.

getFeatureDescriptor

public FeatureDescriptor getFeatureDescriptor()
Returns descriptor describing the property.


Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.