当前页面:
在线文档首页 >
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.
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.