Class ProgramLocationColumnTypeMapper
- java.lang.Object
 - 
- docking.widgets.table.constraint.ColumnTypeMapper<ProgramLocation,Address>
 - 
- ghidra.base.widgets.table.constraint.provider.ProgramLocationColumnTypeMapper
 
 
 
- 
- All Implemented Interfaces:
 ExtensionPoint
public class ProgramLocationColumnTypeMapper extends ColumnTypeMapper<ProgramLocation,Address>
Converts ProgramLocation Column objects to Addresses so that column gets Address type column filters 
- 
- 
Constructor Summary
Constructors Constructor Description ProgramLocationColumnTypeMapper() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Addressconvert(ProgramLocation location)Converts an object of type T1 to an object of type T2- 
Methods inherited from class docking.widgets.table.constraint.ColumnTypeMapper
equals, getDestinationType, getSourceType, hashCode 
 - 
 
 - 
 
- 
- 
Method Detail
- 
convert
public Address convert(ProgramLocation location)
Description copied from class:ColumnTypeMapperConverts an object of type T1 to an object of type T2- Specified by:
 convertin classColumnTypeMapper<ProgramLocation,Address>- Parameters:
 location- the object to convert.- Returns:
 - the converted object.
 
 
 - 
 
 -