DbSmallTableModel

Package: ghidra.app.plugin.debug.dbtable
Type: class

11.0_PUBLIC

addedmethod: createTableColumnDescriptor
docking.widgets.table.TableColumnDescriptor<db.DBRecord> createTableColumnDescriptor()
addedmethod: getDataSource
java.lang.Object getDataSource()
modifiedtype-extends: DbSmallTableModel
- docking.widgets.table.AbstractSortedTableModel
+ docking.widgets.table.threaded.ThreadedTableModel
removedmethod: getColumnClass
java.lang.Class<?> getColumnClass(int columnIndex)
removedmethod: getColumnCount
int getColumnCount()
removedmethod: getColumnName
java.lang.String getColumnName(int columnIndex)
removedmethod: getColumnValueForRow
java.lang.Object getColumnValueForRow(db.DBRecord rec, int columnIndex)
removedmethod: getModelData
java.util.List<db.DBRecord> getModelData()
removedmethod: getName
java.lang.String getName()
removedmethod: getRowCount
int getRowCount()
removedmethod: isSortable
boolean isSortable(int columnIndex)

10.0_PUBLIC

introducedInitial version