Package ghidra.app.tablechooser
Class AddressableRowObjectToFunctionTableRowMapper
java.lang.Object
docking.widgets.table.TableRowMapper<AddressableRowObject,Function,Program>
ghidra.util.table.ProgramLocationTableRowMapper<AddressableRowObject,Function>
ghidra.app.tablechooser.AddressableRowObjectToFunctionTableRowMapper
- All Implemented Interfaces:
ExtensionPoint
public class AddressableRowObjectToFunctionTableRowMapper
extends ProgramLocationTableRowMapper<AddressableRowObject,Function>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionmap
(AddressableRowObject rowObject, Program program, ServiceProvider serviceProvider) Methods inherited from class ghidra.util.table.ProgramLocationTableRowMapper
createMappedTableColumn
Methods inherited from class docking.widgets.table.TableRowMapper
getDestinationType, getSourceType
-
Constructor Details
-
AddressableRowObjectToFunctionTableRowMapper
public AddressableRowObjectToFunctionTableRowMapper()
-
-
Method Details
-
map
public Function map(AddressableRowObject rowObject, Program program, ServiceProvider serviceProvider) - Specified by:
map
in classTableRowMapper<AddressableRowObject,
Function, Program>
-