Class DefaultBigIntegerDisplayConverter
java.lang.Object
org.eclipse.nebula.widgets.nattable.data.convert.DisplayConverter
org.eclipse.nebula.widgets.nattable.data.convert.NumericDisplayConverter
org.eclipse.nebula.widgets.nattable.data.convert.DefaultLongDisplayConverter
org.eclipse.nebula.widgets.nattable.data.convert.DefaultBigIntegerDisplayConverter
- All Implemented Interfaces:
IDisplayConverter
Converts the display value to a
BigInteger and vice versa.-
Field Summary
Fields inherited from class org.eclipse.nebula.widgets.nattable.data.convert.NumericDisplayConverter
nf -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.data.convert.NumericDisplayConverter
canonicalToDisplayValue, displayToCanonicalValue, getNumberFormat, setNumberFormatMethods inherited from class org.eclipse.nebula.widgets.nattable.data.convert.DisplayConverter
canonicalToDisplayValue, displayToCanonicalValue
-
Constructor Details
-
DefaultBigIntegerDisplayConverter
public DefaultBigIntegerDisplayConverter()
-
-
Method Details
-
convertToNumericValue
- Overrides:
convertToNumericValuein classDefaultLongDisplayConverter
-