Class NumberFormatExt

java.lang.Object
java.text.Format
java.text.NumberFormat
org.jdesktop.swingx.text.NumberFormatExt
All Implemented Interfaces:
Serializable, Cloneable

public class NumberFormatExt extends NumberFormat
A specialised NumberFormat which handles null values and empty Strings. This is useful in cell editors and used in StrictNumberFormatter.
Author:
Noel Grandin, Jeanette Winzenburg
See Also: