Package ghidra.app.plugin.debug.dbtable
Class DbLargeTableModel
java.lang.Object
ghidra.app.plugin.debug.dbtable.DbLargeTableModel
- All Implemented Interfaces:
TableModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidClass<?>getColumnClass(int columnIndex) intgetColumnName(int columnIndex) intgetValueAt(int rowIndex, int columnIndex) booleanisCellEditable(int rowIndex, int columnIndex) voidvoidsetValueAt(Object aValue, int rowIndex, int columnIndex)
-
Constructor Details
-
DbLargeTableModel
-
-
Method Details
-
addTableModelListener
- Specified by:
addTableModelListenerin interfaceTableModel
-
getColumnClass
- Specified by:
getColumnClassin interfaceTableModel
-
getColumnCount
public int getColumnCount()- Specified by:
getColumnCountin interfaceTableModel
-
getColumnName
- Specified by:
getColumnNamein interfaceTableModel
-
getRowCount
public int getRowCount()- Specified by:
getRowCountin interfaceTableModel
-
getValueAt
- Specified by:
getValueAtin interfaceTableModel
-
isCellEditable
public boolean isCellEditable(int rowIndex, int columnIndex) - Specified by:
isCellEditablein interfaceTableModel
-
removeTableModelListener
- Specified by:
removeTableModelListenerin interfaceTableModel
-
setValueAt
- Specified by:
setValueAtin interfaceTableModel
-