Class ReferenceFromBytesTableColumn

java.lang.Object
docking.widgets.table.AbstractDynamicTableColumn<ROW_TYPE,COLUMN_TYPE,DATA_SOURCE>
docking.widgets.table.DynamicTableColumnExtensionPoint<ROW_TYPE,COLUMN_TYPE,Program>
ghidra.util.table.field.ProgramLocationTableColumnExtensionPoint<ghidra.app.plugin.core.analysis.ReferenceAddressPair,Byte[]>
ghidra.util.table.field.AbstractReferenceBytesTableColumn
ghidra.util.table.field.ReferenceFromBytesTableColumn
All Implemented Interfaces:
DynamicTableColumn<ghidra.app.plugin.core.analysis.ReferenceAddressPair,Byte[],Program>, ExtensionPoint, ProgramBasedDynamicTableColumn<ghidra.app.plugin.core.analysis.ReferenceAddressPair,Byte[]>, ProgramLocationTableColumn<ghidra.app.plugin.core.analysis.ReferenceAddressPair,Byte[]>

public class ReferenceFromBytesTableColumn extends AbstractReferenceBytesTableColumn
This table field displays the bytes of the code unit at the FromAddress for the reference or possible reference address pair associated with a row in the table.