|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SchemeTableModel
A TableModel
to hold
Record
s.
Method Summary | |
---|---|
void |
addRecord(Record... r)
Adds a record as a table row. |
void |
clear()
Removes all entries. |
Record |
getRecord(int index)
Returns the Record in the specified row. |
Methods inherited from interface javax.swing.table.TableModel |
---|
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt |
Method Detail |
---|
void addRecord(Record... r)
r
- the new recordvoid clear()
Record getRecord(int index)
Record
in the specified row.
index
- the row number, 0-based
Record
in the specified row
java.lang.IndexOutOfBoundsException
- iff index < 0
or index >
the maximum index
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |