API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.beans.beancontext. BeanContextServiceProviderBeanInfo View Source
Author(s)
Since
Version
Serial
Hierarchy
 BeanInfo
      BeanContextServiceProviderBeanInfo
Subinterfaces
Description
public interface BeanContextServiceProviderBeanInfo
A BeanContextServiceProvider implementor who wishes to provide explicit information about the services their bean may provide shall implement a BeanInfo class that implements this BeanInfo subinterface and provides explicit information about the methods, properties, events, etc, of their services.
See also:   
Methods
Hide/Show inherited methods
public BeanInfo getServicesBeanInfo ()
  Gets a BeanInfo array, one for each service class or interface statically available from this ServiceProvider.
Fields
Hide/Show inherited fields
publicfinalstatic int ICON_COLOR_16x16 = "1" [Inherited From BeanInfo]
Constant to indicate a 16 x 16 color icon.
publicfinalstatic int ICON_COLOR_32x32 = "2" [Inherited From BeanInfo]
Constant to indicate a 32 x 32 color icon.
publicfinalstatic int ICON_MONO_16x16 = "3" [Inherited From BeanInfo]
Constant to indicate a 16 x 16 monochrome icon.
publicfinalstatic int ICON_MONO_32x32 = "4" [Inherited From BeanInfo]
Constant to indicate a 32 x 32 monochrome icon.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar