uk.ac.soton.itinnovation.grid.client.account
Class AccountClientPluginSwing.AccountStatementModel

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by uk.ac.soton.itinnovation.grid.client.account.AccountClientPluginSwing.AccountStatementModel
All Implemented Interfaces:
Serializable, TableModel
Enclosing class:
AccountClientPluginSwing

public class AccountClientPluginSwing.AccountStatementModel
extends AbstractTableModel

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
AccountClientPluginSwing.AccountStatementModel(AccountStatement statement)
           
 
Method Summary
 int getColumnCount()
           
 String getColumnName(int col)
           
 Object getRow(int row)
           
 int getRowCount()
           
 Object getValueAt(int row, int col)
           
 boolean isCellEditable(int row, int col)
           
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener, setValueAt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountClientPluginSwing.AccountStatementModel

public AccountClientPluginSwing.AccountStatementModel(AccountStatement statement)
Method Detail

getColumnName

public String getColumnName(int col)
Specified by:
getColumnName in interface TableModel
Overrides:
getColumnName in class AbstractTableModel

getRowCount

public int getRowCount()

getColumnCount

public int getColumnCount()

getRow

public Object getRow(int row)

getValueAt

public Object getValueAt(int row,
                         int col)

isCellEditable

public boolean isCellEditable(int row,
                              int col)
Specified by:
isCellEditable in interface TableModel
Overrides:
isCellEditable in class AbstractTableModel


Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.