Package ghidra.util.table.field
Class ReferenceFromBytesTableColumn
java.lang.Object
docking.widgets.table.AbstractDynamicTableColumn<ghidra.app.plugin.core.analysis.ReferenceAddressPair,Byte[],Program>
  
docking.widgets.table.DynamicTableColumnExtensionPoint<ghidra.app.plugin.core.analysis.ReferenceAddressPair,Byte[],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[]> 
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.
- 
Field Summary
Fields inherited from class docking.widgets.table.AbstractDynamicTableColumn
FLOATING_POINT_PRECISION_SETTING, FLOATING_POINT_SETTINGS_DEFINITIONS, INTEGER_RADIX_SETTING, INTEGER_SETTINGS_DEFINITIONS, INTEGER_SIGNEDNESS_MODE_SETTING, NO_SETTINGS_DEFINITIONS - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected AddressgetAddress(ghidra.app.plugin.core.analysis.ReferenceAddressPair pair) Determines the unique column heading that may be used to identify a column instance.protected StringMethods inherited from class ghidra.util.table.field.AbstractReferenceBytesTableColumn
getColumnDisplayName, getColumnRenderer, getMaxLines, getProgramLocation, getSettingsDefinitions, getValueMethods inherited from class docking.widgets.table.AbstractDynamicTableColumn
equals, getColumnClass, getColumnDescription, getColumnPreferredWidth, getComparator, getComparator, getHeaderRenderer, getSupportedRowType, getUniqueIdentifier, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface docking.widgets.table.DynamicTableColumn
getColumnClass, getColumnDescription, getColumnPreferredWidth, getComparator, getHeaderRenderer, getSupportedRowType, getUniqueIdentifier 
- 
Constructor Details
- 
ReferenceFromBytesTableColumn
public ReferenceFromBytesTableColumn() 
 - 
 - 
Method Details
- 
getColumnName
Description copied from interface:DynamicTableColumnDetermines the unique column heading that may be used to identify a column instance. This name must be non-changing and is used to save/restore state information.- Specified by:
 getColumnNamein interfaceDynamicTableColumn<ghidra.app.plugin.core.analysis.ReferenceAddressPair,Byte[], Program> - Specified by:
 getColumnNamein classAbstractDynamicTableColumn<ghidra.app.plugin.core.analysis.ReferenceAddressPair,Byte[], Program> - Returns:
 - the field instance name.
 
 - 
getColumnNamePrefix
- Specified by:
 getColumnNamePrefixin classAbstractReferenceBytesTableColumn
 - 
getAddress
- Specified by:
 getAddressin classAbstractReferenceBytesTableColumn
 
 -