Class DoubleEditor

  • All Implemented Interfaces:
    java.beans.PropertyEditor, PropertyEditor<java.lang.Double>

    public class DoubleEditor
    extends PropertyEditorSupport<java.lang.Double>
    A property editor for Integer.
    • Constructor Detail

      • DoubleEditor

        public DoubleEditor()
    • Method Detail

      • setAsText

        public void setAsText​(java.lang.String text)
        Map the argument text into and Integer using Integer.valueOf.
        Specified by:
        setAsText in interface java.beans.PropertyEditor
        Specified by:
        setAsText in interface PropertyEditor<java.lang.Double>
        Specified by:
        setAsText in class PropertyEditorSupport<java.lang.Double>
        Parameters:
        text - The string to be parsed.