PropertyEditor.setAsText
Interface Overview | Interface Members |
This Package |
All Packages
public abstract 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.