Overview | Methods | This Package | All Packages
Sets the value of the property.
Syntax
public void setValue( Object component, Object value )
Parameters
component
The component that defines the property.
value
The new value of the property.
Remarks
This method invokes the component's set<PropertyName> method, if it exists.
See Also getValue