All Packages Class Hierarchy This Package Previous Next Index
Class multilizer.RemoteDictionaryBeanInfo
java.lang.Object
|
+----java.beans.SimpleBeanInfo
|
+----multilizer.RemoteDictionaryBeanInfo
- public class RemoteDictionaryBeanInfo
- extends SimpleBeanInfo
-
RemoteDictionaryBeanInfo()
-
-
getAdditionalBeanInfo()
- Claim there are no other relevant BeanInfo objects.
-
getPropertyDescriptors()
- Deny knowledge of properties.
RemoteDictionaryBeanInfo
public RemoteDictionaryBeanInfo()
getPropertyDescriptors
public PropertyDescriptor[] getPropertyDescriptors()
- Deny knowledge of properties.
- Overrides:
- getPropertyDescriptors in class SimpleBeanInfo
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