public class

DoubleEditor

extends NumberEditor
java.lang.Object
   ↳ java.beans.PropertyEditorSupport
     ↳ sun.beans.editors.NumberEditor
       ↳ sun.beans.editors.DoubleEditor

Summary

Public Constructors
DoubleEditor()
Public Methods
void setAsText(String text)
Sets the property value by parsing a given String.
[Expand]
Inherited Methods
From class sun.beans.editors.NumberEditor
From class java.beans.PropertyEditorSupport
From class java.lang.Object
From interface java.beans.PropertyEditor

Public Constructors

public DoubleEditor ()

Public Methods

public void setAsText (String text)

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.

Parameters
text The string to be parsed.