net.sf.echobinding.table
Class EditableTableModel

java.lang.Object
  extended by net.sf.echobinding.table.EditableTableModel
All Implemented Interfaces:
java.io.Serializable, nextapp.echo2.app.table.TableModel

public class EditableTableModel
extends java.lang.Object
implements nextapp.echo2.app.table.TableModel

See Also:
Serialized Form

Constructor Summary
EditableTableModel(java.lang.Object[] headerData, java.lang.Object[][] data)
           
 
Method Summary
 void addTableModelListener(nextapp.echo2.app.event.TableModelListener arg0)
           
 java.lang.Class getColumnClass(int col)
           
 int getColumnCount()
           
 java.lang.String getColumnName(int col)
           
 int getRowCount()
           
 java.lang.Object getValueAt(int col, int row)
           
 void removeTableModelListener(nextapp.echo2.app.event.TableModelListener arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditableTableModel

public EditableTableModel(java.lang.Object[] headerData,
                          java.lang.Object[][] data)
Parameters:
data -
headerData -
Method Detail

addTableModelListener

public void addTableModelListener(nextapp.echo2.app.event.TableModelListener arg0)
Specified by:
addTableModelListener in interface nextapp.echo2.app.table.TableModel

getColumnClass

public java.lang.Class getColumnClass(int col)
Specified by:
getColumnClass in interface nextapp.echo2.app.table.TableModel

getColumnCount

public int getColumnCount()
Specified by:
getColumnCount in interface nextapp.echo2.app.table.TableModel

getColumnName

public java.lang.String getColumnName(int col)
Specified by:
getColumnName in interface nextapp.echo2.app.table.TableModel

getRowCount

public int getRowCount()
Specified by:
getRowCount in interface nextapp.echo2.app.table.TableModel

getValueAt

public java.lang.Object getValueAt(int col,
                                   int row)
Specified by:
getValueAt in interface nextapp.echo2.app.table.TableModel

removeTableModelListener

public void removeTableModelListener(nextapp.echo2.app.event.TableModelListener arg0)
Specified by:
removeTableModelListener in interface nextapp.echo2.app.table.TableModel


Copyright © 2007. All Rights Reserved.