Package org.eclipse.nebula.widgets.nattable.data.convert

Interface Summary
IDisplayConverter Converts between two different data representations.
 

Class Summary
ContextualDisplayConverter  
DecimalNumericDisplayConverter  
DefaultBigDecimalDisplayConverter Converts the display value to a BigDecimal and vice versa.
DefaultBigDecimalDisplayConverterTest  
DefaultBigIntegerDisplayConverter Converts the display value to a BigInteger and vice versa.
DefaultBigIntegerDisplayConverterTest  
DefaultBooleanDisplayConverter Data type converter for a Check Box.
DefaultBooleanDisplayConverterTest  
DefaultByteDisplayConverter Converts the display value to a byte and vice versa.
DefaultByteDisplayConverterTest  
DefaultCharacterDisplayConverter Converts the display value to a Character and vice versa.
DefaultCharacterDisplayConverterTest  
DefaultDateDisplayConverter Converts a java.util.Date object to a given format and vice versa
DefaultDateDisplayConverterTest  
DefaultDisplayConverter  
DefaultDisplayConverterTest  
DefaultDoubleDisplayConverter Converts the display value to a double and vice versa.
DefaultDoubleDisplayConverterTest  
DefaultFloatDisplayConverter Converts the display value to a float and vice versa.
DefaultFloatDisplayConverterTest  
DefaultIntegerDisplayConverter Converts the display value to an integer and vice versa.
DefaultIntegerDisplayConverterTest  
DefaultLongDisplayConverter Converts the display value to a long and vice versa.
DefaultLongDisplayConverterTest  
DefaultShortDisplayConverter Converts the display value to a short and vice versa.
DefaultShortDisplayConverterTest  
DisplayConverter  
NumericDisplayConverter Converts the display value to a double and vice versa.
PercentageDisplayConverter  
 

Exception Summary
ConversionFailedException Exception for handling conversion failures.
 



Copyright © 2015. All rights reserved.