All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class multilizer.BundleDictionaryBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----multilizer.BundleDictionaryBeanInfo

public class BundleDictionaryBeanInfo
extends SimpleBeanInfo

Constructor Index

 o BundleDictionaryBeanInfo()

Method Index

 o getAdditionalBeanInfo()
Claim there are no other relevant BeanInfo objects.
 o getPropertyDescriptors()
Deny knowledge of properties.

Constructors

 o BundleDictionaryBeanInfo
 public BundleDictionaryBeanInfo()

Methods

 o getPropertyDescriptors
 public PropertyDescriptor[] getPropertyDescriptors()
Deny knowledge of properties.

Overrides:
getPropertyDescriptors in class SimpleBeanInfo
 o getAdditionalBeanInfo
 public BeanInfo[] getAdditionalBeanInfo()
Claim there are no other relevant BeanInfo objects.

Overrides:
getAdditionalBeanInfo in class SimpleBeanInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index