Creates a value of this editor's type from the specified values.
public Object getValueFromSubPropertyValues( Object[] values )
values
An array of values. This array is typically a modified version of the values contained in the subproperties returned by getSubProperties.
Returns the object created from the array of values. If the object could not be created, null is returned.
This method is called only if the STYLE_PROPERTIES style is present.