Class FloatColumnTypeMapper
- java.lang.Object
- 
- docking.widgets.table.constraint.ColumnTypeMapper<java.lang.Float,java.lang.Double>
- 
- docking.widgets.table.constraint.provider.FloatColumnTypeMapper
 
 
- 
- All Implemented Interfaces:
- ExtensionPoint
 
 public class FloatColumnTypeMapper extends ColumnTypeMapper<java.lang.Float,java.lang.Double> Converts Float Column objects to Double objects so that column gets Double type column filters
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface ghidra.util.classfinder.ExtensionPointExtensionPoint.Exclude, ExtensionPoint.Util
 
- 
 - 
Constructor SummaryConstructors Constructor Description FloatColumnTypeMapper()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Doubleconvert(java.lang.Float value)Converts an object of type T1 to an object of type T2- 
Methods inherited from class docking.widgets.table.constraint.ColumnTypeMappergetDestinationType, getSourceType
 
- 
 
- 
- 
- 
Method Detail- 
convertpublic java.lang.Double convert(java.lang.Float value) Description copied from class:ColumnTypeMapperConverts an object of type T1 to an object of type T2- Specified by:
- convertin class- ColumnTypeMapper<java.lang.Float,java.lang.Double>
- Parameters:
- value- the object to convert.
- Returns:
- the converted object.
 
 
- 
 
-