bitronix.tm.gui
Class RawTransactionTableModel
java.lang.Object
bitronix.tm.gui.TransactionTableModel
bitronix.tm.gui.RawTransactionTableModel
- All Implemented Interfaces:
- TableModel
public class RawTransactionTableModel
- extends TransactionTableModel
- Author:
- lorban
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GTRID_COL
public static final int GTRID_COL
- See Also:
- Constant Field Values
RawTransactionTableModel
public RawTransactionTableModel(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)
acceptLog
public boolean acceptLog(TransactionLogRecord tlog)
- Specified by:
acceptLog
in class TransactionTableModel
getRow
public TransactionLogRecord getRow(int row)
- Specified by:
getRow
in class TransactionTableModel
filterByGtrid
public void filterByGtrid(String gtrid)
Copyright © 2006-2013 Bitronix Software. All Rights Reserved.