com.im.ijc.widgets/1 5.9.1

com.im.ijc.widgets.table
Interface TableWidgetColumnModel<S extends TableWidgetSettings>

All Superinterfaces:
TableColumnModel
All Known Implementing Classes:
WBTableColumnModel

public interface TableWidgetColumnModel<S extends TableWidgetSettings>
extends TableColumnModel

An extension of table column model that collaborates with table based widgets.


Method Summary
 void applySettingsToColumns(S tSet)
          Applies widget settings to table columns.
 
Methods inherited from interface javax.swing.table.TableColumnModel
addColumn, addColumnModelListener, getColumn, getColumnCount, getColumnIndex, getColumnIndexAtX, getColumnMargin, getColumns, getColumnSelectionAllowed, getSelectedColumnCount, getSelectedColumns, getSelectionModel, getTotalColumnWidth, moveColumn, removeColumn, removeColumnModelListener, setColumnMargin, setColumnSelectionAllowed, setSelectionModel
 

Method Detail

applySettingsToColumns

void applySettingsToColumns(S tSet)
Applies widget settings to table columns.


com.im.ijc.widgets/1 5.9.1