Package ghidra.app.tablechooser
Class AddressableRowObjectToProgramLocationTableRowMapper
java.lang.Object
docking.widgets.table.TableRowMapper<AddressableRowObject,ProgramLocation,Program>
ghidra.util.table.ProgramLocationTableRowMapper<AddressableRowObject,ProgramLocation>
ghidra.app.tablechooser.AddressableRowObjectToProgramLocationTableRowMapper
- All Implemented Interfaces:
ExtensionPoint
public class AddressableRowObjectToProgramLocationTableRowMapper
extends ProgramLocationTableRowMapper<AddressableRowObject,ProgramLocation>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionmap
(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
-
Constructor Details
-
AddressableRowObjectToProgramLocationTableRowMapper
public AddressableRowObjectToProgramLocationTableRowMapper()
-
-
Method Details
-
map
public ProgramLocation map(AddressableRowObject rowObject, Program program, ServiceProvider serviceProvider) - Specified by:
map
in classTableRowMapper<AddressableRowObject,
ProgramLocation, Program>
-