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 null by default.
Override this method to create and return a value created from the subproperties. This method is called only if the STYLE_PROPERTIES style is present.
See Also IValueEditor.STYLE_PROPERTIES