Retrieves the subproperties of the specified value.
public SubProperty[] getSubProperties( Object value )
value
The value to be decomposed.
Returns null by default.
Subproperties represent values that together compose the specified value. Override this method to return the value's subproperties. For more information, see IValueEditor.getSubProperties.