bitronix.tm.gui
Class PendingTransactionTableModel

java.lang.Object
  extended by bitronix.tm.gui.TransactionTableModel
      extended by bitronix.tm.gui.PendingTransactionTableModel
All Implemented Interfaces:
TableModel

public class PendingTransactionTableModel
extends TransactionTableModel

Author:
lorban

Field Summary
 
Fields inherited from class bitronix.tm.gui.TransactionTableModel
tLogs
 
Constructor Summary
PendingTransactionTableModel(File filename)
           
 
Method Summary
 boolean acceptLog(TransactionLogRecord tlog)
           
 void addTableModelListener(TableModelListener l)
           
 Class getColumnClass(int columnIndex)
           
 int getColumnCount()
           
 String getColumnName(int columnIndex)
           
 TransactionLogRecord getRow(int row)
           
 int getRowCount()
           
 Object getValueAt(int rowIndex, int columnIndex)
           
 boolean isCellEditable(int rowIndex, int columnIndex)
           
protected  void readFullTransactionLog(File filename)
           
 void removeTableModelListener(TableModelListener l)
           
 void setValueAt(Object aValue, int rowIndex, int columnIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PendingTransactionTableModel

public PendingTransactionTableModel(File filename)
Method Detail

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.