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
-
Method Summary
Modifier and TypeMethodDescriptionghidra.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
-
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 classdocking.widgets.table.TableRowMapper<ghidra.feature.vt.gui.provider.functionassociation.VTFunctionRowObject,
ghidra.program.model.listing.Function, ghidra.program.model.listing.Program>
-