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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    map(ghidra.feature.vt.gui.provider.impliedmatches.ImpliedMatchWrapperRowObject rowObject, ghidra.program.model.listing.Program program, ghidra.framework.plugintool.ServiceProvider serviceProvider)
     

    Methods inherited from class ghidra.util.table.ProgramLocationTableRowMapper

    createMappedTableColumn

    Methods inherited from class docking.widgets.table.TableRowMapper

    getDestinationType, getSourceType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 class docking.widgets.table.TableRowMapper<ghidra.feature.vt.gui.provider.impliedmatches.ImpliedMatchWrapperRowObject,VTMatch,ghidra.program.model.listing.Program>