public class DDBeanInfo extends SimpleBeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32| Constructor and Description |
|---|
DDBeanInfo() |
| Modifier and Type | Method and Description |
|---|---|
PropertyDescriptor[] |
getPropertyDescriptors()
Gets the beans
PropertyDescriptors. |
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, loadImagepublic PropertyDescriptor[] getPropertyDescriptors()
PropertyDescriptors.getPropertyDescriptors in interface BeanInfogetPropertyDescriptors in class SimpleBeanInfoIf a property is indexed, then its entry in the result array will belong to the IndexedPropertyDescriptor subclass of PropertyDescriptor. A client of getPropertyDescriptors can use "instanceof" to check if a given PropertyDescriptor is an IndexedPropertyDescriptor.
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.