ValueEditor.getValueFromSubPropertyValues

Overview | Methods | This Package | All Packages

ValueEditor.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 null by default.

Remarks

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