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

ExPropertyModel (NetBeans Explorer API) - NetBeans API Javadoc 5.0.0

 

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

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

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


getFeatureDescriptor

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


 

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