Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.beans.beancontext

Interface BeanContextServiceProviderBeanInfo

java.lang.Object
|
+--java.beans.BeanInfo
   |
   +--java.beans.beancontext.BeanContextServiceProviderBeanInfo

All Implemented Interfaces:

BeanInfo


public interface BeanContextServiceProviderBeanInfo

implements 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:Author:

Method Summary

java.beans.BeanInfo[]getServicesBeanInfo()

Get BeanInfos for all of the service classes of this BeanInfoServiceProvider.

Method Details

getServicesBeanInfo

public BeanInfo[] getServicesBeanInfo()

Get BeanInfos for all of the service classes of this BeanInfoServiceProvider.

Returns: