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