Overview | Methods | This Package | All Packages
Sets the value of this property to a specified value.
Syntax
public void setValue( Object component, Object value )
Parameters
component
The object to modify.
value
An object that specifies the new property value.
Remarks
The object type of the value parameter should correspond to the object type of this property or should be a special value returned by the value editor's getValues method.