bitronix.tm.gui
Class RawTransactionTableModel

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

public class RawTransactionTableModel
extends TransactionTableModel

Author:
lorban

Field Summary
static int GTRID_COL
           
 
Fields inherited from class bitronix.tm.gui.TransactionTableModel
tLogs
 
Constructor Summary
RawTransactionTableModel(File filename)
           
 
Method Summary
 boolean acceptLog(TransactionLogRecord tlog)
           
 void addTableModelListener(TableModelListener l)
           
 void filterByGtrid(String gtrid)
           
 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)
           
 void removeTableModelListener(TableModelListener l)
           
 void setValueAt(Object aValue, int rowIndex, int columnIndex)
           
 
Methods inherited from class bitronix.tm.gui.TransactionTableModel
readFullTransactionLog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GTRID_COL

public static final int GTRID_COL
See Also:
Constant Field Values
Constructor Detail

RawTransactionTableModel

public RawTransactionTableModel(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)

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.