|
|||||||||
| Home >> All >> java >> beans >> [ beancontext overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.beans.beancontext
Interface BeanContextServiceProviderBeanInfo

- All Superinterfaces:
- java.beans.BeanInfo
- public interface BeanContextServiceProviderBeanInfo
- extends java.beans.BeanInfo
BeanContextServiceProviders 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.
- Since:
- JDK1.2
| Field Summary |
| Fields inherited from interface java.beans.BeanInfo |
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
| Method Summary | |
java.beans.BeanInfo[] |
getServicesBeanInfo()
Get BeanInfos for all of the service classes of this BeanInfoServiceProvider. |
| Methods inherited from interface java.beans.BeanInfo |
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getPropertyDescriptors |
| Method Detail |
getServicesBeanInfo
public java.beans.BeanInfo[] getServicesBeanInfo()
- Get
BeanInfos for all of the service classes of thisBeanInfoServiceProvider.
|
|||||||||
| Home >> All >> java >> beans >> [ beancontext overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC