GhidraProgramTableModel

Package: ghidra.util.table
Type: class

11.3_PUBLIC

addedmethod: createTableColumnDescriptor
docking.widgets.table.TableColumnDescriptor<ROW_TYPE> createTableColumnDescriptor()
addedmethod: getAddress
ghidra.program.model.address.Address getAddress(int modelRow, int modelColumn)
addedmethod: getProgramLocation
ghidra.program.util.ProgramLocation getProgramLocation(int modelRow, int modelColumn)
addedmethod: getProgramSelection
ghidra.program.util.ProgramSelection getProgramSelection(int[] modelRows)
modifiedmethod: getAddress
param 1 renamed: row → modelRow
- ghidra.program.model.address.Address getAddress(int row)
+ ghidra.program.model.address.Address getAddress(int modelRow)

11.2_PUBLIC

addedmethod: dispose
void dispose()

10.3_PUBLIC

addedmethod: getAddress
ghidra.program.model.address.Address getAddress(int row)

9.0.2_PUBLIC

addedmethod: getProgramForRow
ghidra.program.model.listing.Program getProgramForRow(ROW_TYPE t)
addedfield: program
ghidra.program.model.listing.Program program

9.0.1_PUBLIC

introducedInitial version