Retrieves the subproperties of the specified value.
public SubProperty[] getSubProperties( Object value )
value
The value to be decomposed.
Returns an array of SubProperty objects that represent the subproperties.
Subproperties represent values that together compose the specified value. Each of these subproperties can be edited by the user, and getValueFromSubPropertyValues will be called to determine whether a new set of subproperties can compose a new value of this editor's type.
The getSubProperties method is called only if the STYLE_PROPERTIES style is present.