Class FunctionRowObjectToProgramLocationTableRowMapper

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

public class FunctionRowObjectToProgramLocationTableRowMapper extends ghidra.util.table.ProgramLocationTableRowMapper<ghidra.feature.vt.gui.provider.functionassociation.VTFunctionRowObject,ghidra.program.util.ProgramLocation>
  • Constructor Summary

    Constructors
  • Method Summary

    Modifier and Type
    Method
    Description
    ghidra.program.util.ProgramLocation
    map(ghidra.feature.vt.gui.provider.functionassociation.VTFunctionRowObject 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

    • FunctionRowObjectToProgramLocationTableRowMapper

      public FunctionRowObjectToProgramLocationTableRowMapper()
  • Method Details

    • map

      public ghidra.program.util.ProgramLocation map(ghidra.feature.vt.gui.provider.functionassociation.VTFunctionRowObject 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.functionassociation.VTFunctionRowObject,ghidra.program.util.ProgramLocation,ghidra.program.model.listing.Program>