org.eclipse.nebula.widgets.nattable.data.convert
Class DefaultFloatDisplayConverter

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.data.convert.DisplayConverter
      extended by org.eclipse.nebula.widgets.nattable.data.convert.NumericDisplayConverter
          extended by org.eclipse.nebula.widgets.nattable.data.convert.DecimalNumericDisplayConverter
              extended by org.eclipse.nebula.widgets.nattable.data.convert.DefaultFloatDisplayConverter
All Implemented Interfaces:
IDisplayConverter

public class DefaultFloatDisplayConverter
extends DecimalNumericDisplayConverter

Converts the display value to a float and vice versa.


Field Summary
 
Fields inherited from class org.eclipse.nebula.widgets.nattable.data.convert.NumericDisplayConverter
nf
 
Constructor Summary
DefaultFloatDisplayConverter()
           
 
Method Summary
protected  Object convertToNumericValue(String value)
           
 
Methods inherited from class org.eclipse.nebula.widgets.nattable.data.convert.DecimalNumericDisplayConverter
canonicalToDisplayValue, setMaximumFractionDigits, setMinimumFractionDigits
 
Methods inherited from class org.eclipse.nebula.widgets.nattable.data.convert.NumericDisplayConverter
displayToCanonicalValue, getNumberFormat, setNumberFormat
 
Methods inherited from class org.eclipse.nebula.widgets.nattable.data.convert.DisplayConverter
canonicalToDisplayValue, displayToCanonicalValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFloatDisplayConverter

public DefaultFloatDisplayConverter()
Method Detail

convertToNumericValue

protected Object convertToNumericValue(String value)
Specified by:
convertToNumericValue in class NumericDisplayConverter


Copyright © 2015. All rights reserved.