Package org.jboss.util.propertyeditor
Class LongEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- org.jboss.util.propertyeditor.LongEditor
-
- All Implemented Interfaces:
java.beans.PropertyEditor
public class LongEditor extends java.beans.PropertyEditorSupport
A property editor forInteger
.- Version:
- $Revision$
-
-
Constructor Summary
Constructors Constructor Description LongEditor()
-
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.
-