TagTableColumnModelBuilder |
TagTableColumnModelBuilder.setCellEditor(TableCellEditor editor,
int... indexes) |
Sets cell editor of specified columns.
|
TagTableColumnModelBuilder |
TagTableColumnModelBuilder.setMaxWidth(int width,
int... indexes) |
Sets max width of specified columns.
|
TagTableColumnModelBuilder |
TagTableColumnModelBuilder.setPreferredWidth(int width,
int... indexes) |
Sets preferred width of specified columns.
|
TagTableColumnModelBuilder |
TagTableColumnModelBuilder.setSelectionModel(ListSelectionModel selectionModel) |
Sets selection model.
|
TagTableColumnModelBuilder |
TagTableColumnModelBuilder.setWidth(int width,
int... indexes) |
Sets width of specified columns.
|