Package org.lobobrowser.util
Class Bean
- java.lang.Object
-
- org.lobobrowser.util.Bean
-
public class Bean extends java.lang.Object
- Author:
- J. H. S.
-
-
Constructor Summary
Constructors Constructor Description Bean(java.lang.Class clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.beans.PropertyDescriptor
getPropertyDescriptor(java.lang.String propertyName)
java.beans.PropertyDescriptor[]
getPropertyDescriptors()
java.util.Map
getPropertyDescriptorsMap()
void
setPropertyForFQN(java.lang.Object receiver, java.lang.String fullyQualifiedPropertyName, java.lang.Object value)
-
-
-
Method Detail
-
getPropertyDescriptor
public java.beans.PropertyDescriptor getPropertyDescriptor(java.lang.String propertyName) throws java.beans.IntrospectionException
- Throws:
java.beans.IntrospectionException
-
getPropertyDescriptorsMap
public java.util.Map getPropertyDescriptorsMap() throws java.beans.IntrospectionException
- Throws:
java.beans.IntrospectionException
-
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors() throws java.beans.IntrospectionException
- Throws:
java.beans.IntrospectionException
-
setPropertyForFQN
public void setPropertyForFQN(java.lang.Object receiver, java.lang.String fullyQualifiedPropertyName, java.lang.Object value) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-