Package bitronix.tm.gui
Class PendingTransactionTableModel
java.lang.Object
bitronix.tm.gui.TransactionTableModel
bitronix.tm.gui.PendingTransactionTableModel
- All Implemented Interfaces:
TableModel
- Author:
- lorban
-
Field Summary
Fields inherited from class bitronix.tm.gui.TransactionTableModel
tLogs -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidgetColumnClass(int columnIndex) intgetColumnName(int columnIndex) getRow(int row) intgetValueAt(int rowIndex, int columnIndex) booleanisCellEditable(int rowIndex, int columnIndex) protected voidreadFullTransactionLog(File filename) voidvoidsetValueAt(Object aValue, int rowIndex, int columnIndex)
-
Constructor Details
-
PendingTransactionTableModel
-
-
Method Details
-
getColumnCount
public int getColumnCount() -
getRowCount
public int getRowCount() -
isCellEditable
public boolean isCellEditable(int rowIndex, int columnIndex) -
getColumnClass
-
getValueAt
-
setValueAt
-
getColumnName
-
addTableModelListener
-
removeTableModelListener
-
readFullTransactionLog
- Overrides:
readFullTransactionLogin classTransactionTableModel- Throws:
IOException
-
acceptLog
- Specified by:
acceptLogin classTransactionTableModel
-
getRow
- Specified by:
getRowin classTransactionTableModel
-