Package org.jdesktop.swingx.table
Class NumberEditorNumberFormat
java.lang.Object
java.text.Format
org.jdesktop.swingx.table.NumberEditorNumberFormat
- All Implemented Interfaces:
Serializable
,Cloneable
Deprecated.
(pre-1.6.2) replaced by NumberEditorExt, no longer used internally
A specialised Format for the NumberEditor that returns a null for empty
strings.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.text.Format
Format.Field
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformat
(Object obj, StringBuffer toAppendTo, FieldPosition pos) Deprecated.Deprecated.parseObject
(String source, ParsePosition pos) Deprecated.Methods inherited from class java.text.Format
clone, format, parseObject
-
Field Details
-
childFormat
Deprecated.
-
-
Constructor Details
-
NumberEditorNumberFormat
Deprecated.
-
-
Method Details
-
formatToCharacterIterator
Deprecated.- Overrides:
formatToCharacterIterator
in classFormat
-
format
Deprecated. -
parseObject
Deprecated.- Specified by:
parseObject
in classFormat
-