Overview | This Package | All Packages
| Constructors | Description |
| PropertyInfo | Creates a PropertyInfo object. |
| Methods | Description |
| canResetValue | Determines whether the value of the property can be reset. |
| getGetMethod | Retrieves the get<PropertyName> method of the component class. |
| getIsReadOnly | Determines whether the property is read-only. |
| getResetMethod | Retrieves the reset<PropertyName> method of the component class. |
| getSetMethod | Retrieves the set<PropertyName> method of the component class. |
| getShouldPersistMethod | Retrieves the shouldPersist<PropertyName> method of the component class. |
| getType | Retrieves the type of the property. |
| getValue | Retrieves the current value of the property. |
| getValueEditor | Retrieves the value editor of the property. |
| resetValue | Resets the value of the property. |
| setValue | Sets the value of the property. |
| shouldPersistValue | Determines whether the value of the property should be persisted. |