Package ghidra.util.table.field
Class ReferenceToBytesTableColumn
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.ReferenceToBytesTableColumn
- 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[]>
-
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
-
Method Summary
Modifier and TypeMethodDescriptionprotected Address
getAddress
(ghidra.app.plugin.core.analysis.ReferenceAddressPair pair) Determines the unique column heading that may be used to identify a column instance.protected String
Methods inherited from class ghidra.util.table.field.AbstractReferenceBytesTableColumn
getColumnDisplayName, getColumnRenderer, getMaxLines, getProgramLocation, getSettingsDefinitions, getValue
Methods inherited from class docking.widgets.table.AbstractDynamicTableColumn
equals, getColumnClass, getColumnDescription, getColumnPreferredWidth, getComparator, getComparator, getHeaderRenderer, getSupportedRowType, getUniqueIdentifier, hashCode, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface docking.widgets.table.DynamicTableColumn
getColumnClass, getColumnDescription, getColumnPreferredWidth, getComparator, getHeaderRenderer, getSupportedRowType, getUniqueIdentifier
-
Constructor Details
-
ReferenceToBytesTableColumn
public ReferenceToBytesTableColumn()
-
-
Method Details
-
getAddress
- Specified by:
getAddress
in classAbstractReferenceBytesTableColumn
-
getColumnName
Description copied from interface:DynamicTableColumn
Determines 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:
getColumnName
in interfaceDynamicTableColumn<ghidra.app.plugin.core.analysis.ReferenceAddressPair,
Byte[], Program> - Specified by:
getColumnName
in classAbstractDynamicTableColumn<ghidra.app.plugin.core.analysis.ReferenceAddressPair,
Byte[], Program> - Returns:
- the field instance name.
-
getColumnNamePrefix
- Specified by:
getColumnNamePrefix
in classAbstractReferenceBytesTableColumn
-