public interface ModelLoader
PagedTable
Modifier and Type | Method and Description |
---|---|
TableCellEditor |
getCellEditorForColumn(int column) |
String[] |
getColumnNames() |
int[] |
getColumnWidths() |
TableCellRenderer |
getRenderForColumn(int column) |
TableModel |
getTableModel() |
void |
setCellEditorForColumn(int column,
TableCellEditor editor) |
void |
setColumnNames(String[] columnNames) |
void |
setColumnWidths(int[] columnWidths) |
void |
setRenderForColumn(int column,
TableCellRenderer render) |
TableModel getTableModel()
TableCellRenderer getRenderForColumn(int column)
void setRenderForColumn(int column, TableCellRenderer render)
TableCellEditor getCellEditorForColumn(int column)
void setCellEditorForColumn(int column, TableCellEditor editor)
String[] getColumnNames()
int[] getColumnWidths()
void setColumnNames(String[] columnNames)
void setColumnWidths(int[] columnWidths)