|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TableModelAdapter
Method Summary | |
---|---|
Class<?> |
getColumnClass(int columnIndex)
Returns the most specific superclass for all the cell values in the column. |
int |
getColumnCount()
Returns the number of columns in the model. |
String |
getColumnName(int columnIndex)
Returns the name of the column at columnIndex . |
Method Detail |
---|
int getColumnCount()
JTable
uses this method to determine how many columns it should create and display by default.
String getColumnName(int columnIndex)
columnIndex
. This is used to initialize the table's column header name. Note: this name does not need to be unique; two columns in a table can
have the same name.
columnIndex
- the index of the column
Class<?> getColumnClass(int columnIndex)
JTable
to set up a default renderer and editor for the column.
columnIndex
- the index of the column
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |