|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbitronix.tm.gui.TransactionTableModel
public abstract class TransactionTableModel
Field Summary | |
---|---|
protected java.util.List |
tLogs
|
Constructor Summary | |
---|---|
TransactionTableModel()
|
Method Summary | |
---|---|
abstract boolean |
acceptLog(TransactionLogRecord tlog)
|
abstract TransactionLogRecord |
getRow(int row)
|
protected void |
readFullTransactionLog(java.io.File filename)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.swing.table.TableModel |
---|
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt |
Field Detail |
---|
protected java.util.List tLogs
Constructor Detail |
---|
public TransactionTableModel()
Method Detail |
---|
protected void readFullTransactionLog(java.io.File filename) throws java.io.IOException
java.io.IOException
public abstract boolean acceptLog(TransactionLogRecord tlog)
public abstract TransactionLogRecord getRow(int row)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |