Package org.jboss.util.propertyeditor
Class FloatEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- org.jboss.util.propertyeditor.FloatEditor
-
- All Implemented Interfaces:
java.beans.PropertyEditor
public class FloatEditor extends java.beans.PropertyEditorSupport
A property editor forInteger
.- Version:
- $Revision$
-
-
Constructor Summary
Constructors Constructor Description FloatEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setAsText(java.lang.String text)
Map the argument text into and Integer using Integer.valueOf.
-