ValueEditor.getSubProperties

Overview | Methods | This Package | All Packages

ValueEditor.getSubProperties

Retrieves the subproperties of the specified value.

Syntax

public SubProperty[] getSubProperties( Object value )

Parameters

value

The value to be decomposed.

Return Value

Returns null by default.

Remarks

Subproperties represent values that together compose the specified value. Override this method to return the value's subproperties. For more information, see IValueEditor.getSubProperties.