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

ExPropertyModel (Explorer & Property Sheet API) - NetBeans API Javadoc (Current Development Version)

org.openide.explorer 6.8 1

org.openide.explorer.propertysheet
Interface ExPropertyModel

All Superinterfaces:
PropertyModel
All Known Implementing Classes:
DefaultPropertyModel

Deprecated. - Use PropertySupport.Reflection or BeanNode if you need to expose bean properties

@Deprecated
public interface ExPropertyModel
extends PropertyModel

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


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

Method Detail

getBeans

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


getFeatureDescriptor

FeatureDescriptor getFeatureDescriptor()
Deprecated. 
Returns descriptor describing the property.


org.openide.explorer 6.8 1

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