Package ghidra.app.tablechooser
Class AddressableRowObjectToProgramLocationTableRowMapper
- java.lang.Object
-
- docking.widgets.table.TableRowMapper<ROW_TYPE,EXPECTED_ROW_TYPE,Program>
-
- ghidra.util.table.ProgramLocationTableRowMapper<AddressableRowObject,ProgramLocation>
-
- ghidra.app.tablechooser.AddressableRowObjectToProgramLocationTableRowMapper
-
- All Implemented Interfaces:
ExtensionPoint
public class AddressableRowObjectToProgramLocationTableRowMapper extends ProgramLocationTableRowMapper<AddressableRowObject,ProgramLocation>
-
-
Constructor Summary
Constructors Constructor Description AddressableRowObjectToProgramLocationTableRowMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProgramLocation
map(AddressableRowObject rowObject, Program program, ServiceProvider serviceProvider)
-
Methods inherited from class ghidra.util.table.ProgramLocationTableRowMapper
createMappedTableColumn
-
Methods inherited from class docking.widgets.table.TableRowMapper
getDestinationType, getSourceType
-
-
-
-
Method Detail
-
map
public ProgramLocation map(AddressableRowObject rowObject, Program program, ServiceProvider serviceProvider)
- Specified by:
map
in classTableRowMapper<AddressableRowObject,ProgramLocation,Program>
-
-