Interface SBBeanInfo
-
- All Superinterfaces:
BeanInfo
- All Known Implementing Classes:
SBSimpleBeanInfo
public interface SBBeanInfo extends BeanInfo
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertyDescriptor[]
getPropertyDescriptorsChecked()
Returns the property descriptors of an operator or adapter-
Methods inherited from interface java.beans.BeanInfo
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getPropertyDescriptors
-
-
-
-
Method Detail
-
getPropertyDescriptorsChecked
PropertyDescriptor[] getPropertyDescriptorsChecked() throws IntrospectionException
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
-
-