IValueEditor.getValueFromSubPropertyValues

Overview | Methods | Fields | This Package | All Packages

IValueEditor.getValueFromSubPropertyValues

Creates a value of this editor's type from the specified values.

Syntax

public Object getValueFromSubPropertyValues( Object[] values )

Parameters

values

An array of values. This array is typically a modified version of the values contained in the subproperties returned by getSubProperties.

Return Value

Returns the object created from the array of values. If the object could not be created, null is returned.

Remarks

This method is called only if the STYLE_PROPERTIES style is present.