Sets the value of this property to a specified value.
public void setValue( Object component, Object value )
component
The object to modify.
value
An object that specifies the new property value.
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.