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 |
Bean(java.lang.Class clazz)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Bean
public Bean(java.lang.Class clazz)
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