com.levigo.util.swing.table
Interface AppendableTableModel

All Superinterfaces:
TableModel

public interface AppendableTableModel
extends TableModel

The AppendableTableModel represents a TableModel which allows the entry of new data. It is up to the TableModel to decide how to handle appended data.


Method Summary
 boolean appendRow(Object[] fields)
          Append a new row of data.
 
Methods inherited from interface javax.swing.table.TableModel
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt
 

Method Detail

appendRow

boolean appendRow(Object[] fields)
Append a new row of data.

Parameters:
fields - The fields to append as an array of Objects.


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.