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