java.beans.beancontext
public interface BeanContextServiceProviderBeanInfo extends BeanInfo
BeanContextServiceProvider
s implement this to provide information about all of the services they provide.
This is apparently so that you can import a bunch of services into a RAD tool and it will know about all of them and export them to the user in a readable manner.
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
Modifier and Type | Method and Description |
---|---|
BeanInfo[] |
getServicesBeanInfo()
Get
BeanInfo s for all of the service classes of this BeanInfoServiceProvider . |
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getPropertyDescriptors
BeanInfo[] getServicesBeanInfo()
BeanInfo
s for all of the service classes of this BeanInfoServiceProvider
.BeanInfo
s for all provided service classes.