All Packages Class Hierarchy This Package Previous Next Index
Class multilizer.BaseTranslatorBeanInfo
java.lang.Object
|
+----java.beans.SimpleBeanInfo
|
+----multilizer.BaseTranslatorBeanInfo
- public class BaseTranslatorBeanInfo
- extends SimpleBeanInfo
-
BaseTranslatorBeanInfo()
-
-
getBeanDescriptor()
- Deny knowledge about the class and customizer of the bean.
-
getPropertyDescriptors()
- Deny knowledge of properties.
BaseTranslatorBeanInfo
public BaseTranslatorBeanInfo()
getBeanDescriptor
public BeanDescriptor getBeanDescriptor()
- Deny knowledge about the class and customizer of the bean.
- Overrides:
- getBeanDescriptor in class SimpleBeanInfo
getPropertyDescriptors
public PropertyDescriptor[] getPropertyDescriptors()
- Deny knowledge of properties.
- Overrides:
- getPropertyDescriptors in class SimpleBeanInfo
All Packages Class Hierarchy This Package Previous Next Index