PropertyEditorSupport.setAsText

PropertyEditorSupport.setAsText

Class Overview | Class Members | This Package | All Packages

Syntax
public void setAsText( String text ) throws IllegalArgumentException
Parameters
text
The string to be parsed.
Description
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.