|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TableModelAdaptee
TableModelAdaptee: Indicates that a particular data model object can be used as a data source for a JTable
Method Summary | |
---|---|
void |
addAdapter(TableModelAdapter adapter)
|
int |
getColumnCount()
|
int |
getRowCount()
Returns the number of rows *after* applying the current filter. |
java.lang.Object |
getValueAt(int row,
int column)
Given a numeric row and column value, return the value that corresponds to the location in the table model |
void |
recreateAdapterCollection()
|
void |
removeAdapter(TableModelAdapter adapter)
|
Method Detail |
---|
void addAdapter(TableModelAdapter adapter)
void removeAdapter(TableModelAdapter adapter)
void recreateAdapterCollection()
int getRowCount()
int getColumnCount()
java.lang.Object getValueAt(int row, int column)
row
- The row of the requested Citation objectcolumn
- The column number of the data field requested from the Citation object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |