Class VTMatchDestinationAddressToProgramLocationTableRowMapper

java.lang.Object
docking.widgets.table.TableRowMapper<VTMatch,ghidra.program.util.ProgramLocation,ghidra.program.model.listing.Program>
ghidra.util.table.ProgramLocationTableRowMapper<VTMatch,ghidra.program.util.ProgramLocation>
ghidra.feature.vt.gui.util.VTMatchDestinationAddressToProgramLocationTableRowMapper
All Implemented Interfaces:
ghidra.util.classfinder.ExtensionPoint

public class VTMatchDestinationAddressToProgramLocationTableRowMapper extends ghidra.util.table.ProgramLocationTableRowMapper<VTMatch,ghidra.program.util.ProgramLocation>
  • Constructor Summary

    Constructors
  • Method Summary

    Modifier and Type
    Method
    Description
    <COLUMN_TYPE>
    docking.widgets.table.DynamicTableColumn<VTMatch,COLUMN_TYPE,ghidra.program.model.listing.Program>
    createMappedTableColumn(docking.widgets.table.DynamicTableColumn<ghidra.program.util.ProgramLocation,COLUMN_TYPE,ghidra.program.model.listing.Program> destinationColumn)
     
    ghidra.program.util.ProgramLocation
    map(VTMatch rowObject, ghidra.program.model.listing.Program program, ghidra.framework.plugintool.ServiceProvider serviceProvider)
     

    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

    • VTMatchDestinationAddressToProgramLocationTableRowMapper

      public VTMatchDestinationAddressToProgramLocationTableRowMapper()
  • Method Details

    • createMappedTableColumn

      public <COLUMN_TYPE> docking.widgets.table.DynamicTableColumn<VTMatch,COLUMN_TYPE,ghidra.program.model.listing.Program> createMappedTableColumn(docking.widgets.table.DynamicTableColumn<ghidra.program.util.ProgramLocation,COLUMN_TYPE,ghidra.program.model.listing.Program> destinationColumn)
      Overrides:
      createMappedTableColumn in class ghidra.util.table.ProgramLocationTableRowMapper<VTMatch,ghidra.program.util.ProgramLocation>
    • map

      public ghidra.program.util.ProgramLocation map(VTMatch rowObject, ghidra.program.model.listing.Program program, ghidra.framework.plugintool.ServiceProvider serviceProvider)
      Specified by:
      map in class docking.widgets.table.TableRowMapper<VTMatch,ghidra.program.util.ProgramLocation,ghidra.program.model.listing.Program>