Class FunctionRowObjectToFunctionTableRowMapper

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

public class FunctionRowObjectToFunctionTableRowMapper extends ghidra.util.table.ProgramLocationTableRowMapper<ghidra.feature.vt.gui.provider.functionassociation.VTFunctionRowObject,ghidra.program.model.listing.Function>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    ghidra.program.model.listing.Function
    map(ghidra.feature.vt.gui.provider.functionassociation.VTFunctionRowObject rowObject, ghidra.program.model.listing.Program data, 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

    • FunctionRowObjectToFunctionTableRowMapper

      public FunctionRowObjectToFunctionTableRowMapper()
  • Method Details

    • map

      public ghidra.program.model.listing.Function map(ghidra.feature.vt.gui.provider.functionassociation.VTFunctionRowObject rowObject, ghidra.program.model.listing.Program data, ghidra.framework.plugintool.ServiceProvider serviceProvider)
      Specified by:
      map in class docking.widgets.table.TableRowMapper<ghidra.feature.vt.gui.provider.functionassociation.VTFunctionRowObject,ghidra.program.model.listing.Function,ghidra.program.model.listing.Program>