Package ghidra.feature.vt.gui.util
Class VTMatchDestinationAddressToAddressTableRowMapper
- All Implemented Interfaces:
ghidra.util.classfinder.ExtensionPoint
public class VTMatchDestinationAddressToAddressTableRowMapper
extends ghidra.util.table.ProgramLocationTableRowMapper<VTMatch,ghidra.program.model.address.Address>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<COLUMN_TYPE>
docking.widgets.table.DynamicTableColumn<VTMatch, COLUMN_TYPE, ghidra.program.model.listing.Program> createMappedTableColumn
(docking.widgets.table.DynamicTableColumn<ghidra.program.model.address.Address, COLUMN_TYPE, ghidra.program.model.listing.Program> destinationColumn) ghidra.program.model.address.Address
map
(VTMatch rowObject, ghidra.program.model.listing.Program program, ghidra.framework.plugintool.ServiceProvider serviceProvider) Methods inherited from class docking.widgets.table.TableRowMapper
getDestinationType, getSourceType
-
Constructor Details
-
VTMatchDestinationAddressToAddressTableRowMapper
public VTMatchDestinationAddressToAddressTableRowMapper()
-
-
Method Details
-
createMappedTableColumn
public <COLUMN_TYPE> docking.widgets.table.DynamicTableColumn<VTMatch,COLUMN_TYPE, createMappedTableColumnghidra.program.model.listing.Program> (docking.widgets.table.DynamicTableColumn<ghidra.program.model.address.Address, COLUMN_TYPE, ghidra.program.model.listing.Program> destinationColumn) - Overrides:
createMappedTableColumn
in classghidra.util.table.ProgramLocationTableRowMapper<VTMatch,
ghidra.program.model.address.Address>
-
map
public ghidra.program.model.address.Address map(VTMatch rowObject, ghidra.program.model.listing.Program program, ghidra.framework.plugintool.ServiceProvider serviceProvider) - Specified by:
map
in classdocking.widgets.table.TableRowMapper<VTMatch,
ghidra.program.model.address.Address, ghidra.program.model.listing.Program>
-