Package ghidra.util.table.field
package ghidra.util.table.field
-
ClassDescriptionAbstractProgramBasedDynamicTableColumn<ROW_TYPE,
COLUMN_TYPE> AbstractProgramLocationTableColumn<ROW_TYPE,COLUMN_TYPE> A convenience class that allows subclasses to signal that they implementProgramLocationTableColumn
, but they do not want to beExtensionPoint
s.This table field displays the bytes of the code unit at the ToAddress for the reference or possible reference address pair associated with a row in the table.This table field displays the preview of the code unit at the ToAddress for the reference or possible reference address pair associated with a row in the table.AddressBasedLocation
provides the ability to render and compare addresses (e.g., location table column).A class for selecting whether to use the min address or the max address of anAddressRange
for address range table columnsThis table field displays Address associated with a row in the table.This table column displays Data for the address table associated with a row in the table.This table field displays size of the address table associated with a row in the table.This table field displays the bytes for the code unit beginning at the address associated with a row in the table.A class that knows how to renderCodeUnit
s in 1 or more linesTable column to displayCodeUnit
sThis table column displays the Label for either the program location or the address associated with a row in the table.This table field displays the Function Name containing either the program location or the address associated with a row in the table.This table field displays the Function Purge for either the program location or the address associated with a row in the table.This table field displays the Function Signature for either the program location or the address associated with a row in the table.Table column for displaying all function tags associated with a given function.Marker row object that signals to the table API that the references contained therein all share theto
address, with each row showing thefrom
address.This table column displays the Label for either the program location or the address associated with a row in the table.This table field displays the number of references to the location that was foundMarker row object that signals to the table API that the references contained therein all share thefrom
address, with each row showing theto
address.This table column displays a preview of theProgramLocation
with a row in the table.ProgramBasedDynamicTableColumn<ROW_TYPE,COLUMN_TYPE> ProgramBasedDynamicTableColumnExtensionPoint<ROW_TYPE,COLUMN_TYPE> NOTE: ALL ProgramBasedDynamicTableColumnExtensionPoint CLASSES MUST END IN "TableColumn".ProgramLocationTableColumn<ROW_TYPE,COLUMN_TYPE> An table column that knows how to generate ProgramLocation objects for a give row type.ProgramLocationTableColumnExtensionPoint<ROW_TYPE,COLUMN_TYPE> A convenience class that allows subclasses to signal that they implementProgramLocationTableColumn
and that they areExtensionPoint
s.This table field displays the number of references to the location that was foundAn object that is one end of aReference
.This table field displays the FromAddress for the reference or possible reference address pair associated with a row in the table.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.This table field displays the name of the function containing the from address for the reference.This table field displays the primary symbol at the FromAddress for the reference or possible reference address pair associated with a row in the table.This table field displays the ToAddress for the reference or possible reference address pair associated with a row in the table.This table field displays the reference type for the reference associated with a row in the table.