Class ImpliedMatchWrapperToVTMatchTableRowMapper
java.lang.Object
docking.widgets.table.TableRowMapper<ghidra.feature.vt.gui.provider.impliedmatches.ImpliedMatchWrapperRowObject,VTMatch,ghidra.program.model.listing.Program>
ghidra.util.table.ProgramLocationTableRowMapper<ghidra.feature.vt.gui.provider.impliedmatches.ImpliedMatchWrapperRowObject,VTMatch>
ghidra.feature.vt.gui.provider.impliedmatches.ImpliedMatchWrapperToVTMatchTableRowMapper
- All Implemented Interfaces:
ghidra.util.classfinder.ExtensionPoint
public class ImpliedMatchWrapperToVTMatchTableRowMapper
extends ghidra.util.table.ProgramLocationTableRowMapper<ghidra.feature.vt.gui.provider.impliedmatches.ImpliedMatchWrapperRowObject,VTMatch>
A
ProgramLocationTableRowMapper
that allows us to map this package's table row objects to
Match objects. This allows us to reuse the columns from the match table.-
Constructor Summary
-
Method Summary
Methods inherited from class ghidra.util.table.ProgramLocationTableRowMapper
createMappedTableColumn
Methods inherited from class docking.widgets.table.TableRowMapper
getDestinationType, getSourceType
-
Constructor Details
-
ImpliedMatchWrapperToVTMatchTableRowMapper
public ImpliedMatchWrapperToVTMatchTableRowMapper()
-
-
Method Details
-
map
public VTMatch map(ghidra.feature.vt.gui.provider.impliedmatches.ImpliedMatchWrapperRowObject rowObject, ghidra.program.model.listing.Program program, ghidra.framework.plugintool.ServiceProvider serviceProvider) - Specified by:
map
in classdocking.widgets.table.TableRowMapper<ghidra.feature.vt.gui.provider.impliedmatches.ImpliedMatchWrapperRowObject,
VTMatch, ghidra.program.model.listing.Program>
-