Overview | Methods | Fields | This Package | All Packages
Retrieves the subproperties of the specified value.
Syntax
public SubProperty[] getSubProperties( Object value )
Parameters
value
The value to be decomposed.
Return Value
Returns an array of SubProperty objects that represent the subproperties.
Remarks
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.