bitronix.tm.gui
Class PendingTransactionTableModel
java.lang.Object
bitronix.tm.gui.TransactionTableModel
bitronix.tm.gui.PendingTransactionTableModel
- All Implemented Interfaces:
- TableModel
public class PendingTransactionTableModel
- extends TransactionTableModel
- Author:
- lorban
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PendingTransactionTableModel
public PendingTransactionTableModel(File filename)
getColumnCount
public int getColumnCount()
getRowCount
public int getRowCount()
isCellEditable
public boolean isCellEditable(int rowIndex,
int columnIndex)
getColumnClass
public Class getColumnClass(int columnIndex)
getValueAt
public Object getValueAt(int rowIndex,
int columnIndex)
setValueAt
public void setValueAt(Object aValue,
int rowIndex,
int columnIndex)
getColumnName
public String getColumnName(int columnIndex)
addTableModelListener
public void addTableModelListener(TableModelListener l)
removeTableModelListener
public void removeTableModelListener(TableModelListener l)
readFullTransactionLog
protected void readFullTransactionLog(File filename)
throws IOException
- Overrides:
readFullTransactionLog
in class TransactionTableModel
- Throws:
IOException
acceptLog
public boolean acceptLog(TransactionLogRecord tlog)
- Specified by:
acceptLog
in class TransactionTableModel
getRow
public TransactionLogRecord getRow(int row)
- Specified by:
getRow
in class TransactionTableModel
Copyright © 2006-2013 Bitronix Software. All Rights Reserved.