public class ShortEditor
extends java.beans.PropertyEditorSupport
Short.| Constructor and Description |
|---|
ShortEditor() |
| Modifier and Type | Method and Description |
|---|---|
void |
setAsText(java.lang.String text)
Map the argument text into and Short using Short.decode.
|