Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | setAsText(String
The string to be parsed. text)Overrides java. Implements java. Sets the property value by parsing a given String. |
DoubleEditor | back to summary |
---|---|
public DoubleEditor() |
setAsText | back to summary |
---|---|
public void setAsText(String text) throws IllegalArgumentException Overrides java. Implements java. Doc from java. Sets 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.
|