Package org.jdesktop.swingx.table
Class NumberEditorNumberFormat
- java.lang.Object
-
- java.text.Format
-
- org.jdesktop.swingx.table.NumberEditorNumberFormat
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable
@Deprecated class NumberEditorNumberFormat extends java.text.FormatDeprecated.(pre-1.6.2) replaced by NumberEditorExt, no longer used internallyA specialised Format for the NumberEditor that returns a null for empty strings.
-
-
Field Summary
Fields Modifier and Type Field Description private java.text.NumberFormatchildFormatDeprecated.
-
Constructor Summary
Constructors Constructor Description NumberEditorNumberFormat(java.text.NumberFormat childFormat)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringBufferformat(java.lang.Object obj, java.lang.StringBuffer toAppendTo, java.text.FieldPosition pos)Deprecated.java.text.AttributedCharacterIteratorformatToCharacterIterator(java.lang.Object obj)Deprecated.java.lang.ObjectparseObject(java.lang.String source, java.text.ParsePosition pos)Deprecated.
-
-
-
Method Detail
-
formatToCharacterIterator
public java.text.AttributedCharacterIterator formatToCharacterIterator(java.lang.Object obj)
Deprecated.- Overrides:
formatToCharacterIteratorin classjava.text.Format
-
format
public java.lang.StringBuffer format(java.lang.Object obj, java.lang.StringBuffer toAppendTo, java.text.FieldPosition pos)Deprecated.- Specified by:
formatin classjava.text.Format
-
parseObject
public java.lang.Object parseObject(java.lang.String source, java.text.ParsePosition pos)Deprecated.- Specified by:
parseObjectin classjava.text.Format
-
-