public class RawTransactionTableModel extends TransactionTableModel
| Modifier and Type | Field and Description |
|---|---|
static int |
GTRID_COL |
tLogs| Constructor and Description |
|---|
RawTransactionTableModel(java.io.File filename) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptLog(TransactionLogRecord tlog) |
void |
addTableModelListener(javax.swing.event.TableModelListener l) |
void |
filterByGtrid(java.lang.String gtrid) |
java.lang.Class |
getColumnClass(int columnIndex) |
int |
getColumnCount() |
java.lang.String |
getColumnName(int columnIndex) |
TransactionLogRecord |
getRow(int row) |
int |
getRowCount() |
java.lang.Object |
getValueAt(int rowIndex,
int columnIndex) |
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
void |
removeTableModelListener(javax.swing.event.TableModelListener l) |
void |
setValueAt(java.lang.Object aValue,
int rowIndex,
int columnIndex) |
readFullTransactionLogpublic static final int GTRID_COL
public int getColumnCount()
public int getRowCount()
public boolean isCellEditable(int rowIndex,
int columnIndex)
public java.lang.Class getColumnClass(int columnIndex)
public java.lang.Object getValueAt(int rowIndex,
int columnIndex)
public void setValueAt(java.lang.Object aValue,
int rowIndex,
int columnIndex)
public java.lang.String getColumnName(int columnIndex)
public void addTableModelListener(javax.swing.event.TableModelListener l)
public void removeTableModelListener(javax.swing.event.TableModelListener l)
public boolean acceptLog(TransactionLogRecord tlog)
acceptLog in class TransactionTableModelpublic TransactionLogRecord getRow(int row)
getRow in class TransactionTableModelpublic void filterByGtrid(java.lang.String gtrid)
Copyright © 2006-2023 Bitronix Software. All Rights Reserved.