setValue(Object newValue) Calls super.setValue(newValue) and then updates
the look of the associated DataFolderPanel by
providing appropriate node to display.
Set the property value by parsing a given String. May raise
java.lang.IllegalArgumentException if either the String is
badly formatted or if this kind of property can't be expressed
as text.
Parameters: text - The string to be parsed.