Interface SBBeanInfo
- All Superinterfaces:
BeanInfo
- All Known Implementing Classes:
SBSimpleBeanInfo
BeanInfos of StreamBase adapters should consider implementing this interface to gain better handling of property
errors.
-
Field Summary
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
-
Method Summary
Modifier and TypeMethodDescriptionReturns the property descriptors of an operator or adapterMethods inherited from interface java.beans.BeanInfo
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getPropertyDescriptors
-
Method Details
-
getPropertyDescriptorsChecked
Returns the property descriptors of an operator or adapter- Returns:
- An array containing the property descriptors of an operator or adapter
- Throws:
IntrospectionException
- If a getter or setter for a property is missing
-