Converts the specified text string to a value.
public Object getValueFromText( String text )
text
A string that represents the value.
Returns the value represented by the string. If no value can be determined from the string, null is returned.
If the value editor specifies the STYLE_NOEDITABLETEXT style, this method is called only with strings that were previously returned from getTextFromValue.