Class SelectionTableColumnModel
- java.lang.Object
-
- javax.swing.table.DefaultTableColumnModel
-
- org.openstreetmap.josm.gui.dialogs.relation.SelectionTableColumnModel
-
- All Implemented Interfaces:
PropertyChangeListener
,Serializable
,EventListener
,ListSelectionListener
,TableColumnModel
public class SelectionTableColumnModel extends DefaultTableColumnModel
This is theTableColumnModel
used inSelectionTable
.- Since:
- 1790
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class javax.swing.table.DefaultTableColumnModel
changeEvent, columnMargin, columnSelectionAllowed, listenerList, selectionModel, tableColumns, totalColumnWidth
-
-
Constructor Summary
Constructors Constructor Description SelectionTableColumnModel(MemberTableModel model)
Constructs a newSelectionTableColumnModel
.
-
Method Summary
-
Methods inherited from class javax.swing.table.DefaultTableColumnModel
addColumn, addColumnModelListener, createSelectionModel, fireColumnAdded, fireColumnMarginChanged, fireColumnMoved, fireColumnRemoved, fireColumnSelectionChanged, getColumn, getColumnCount, getColumnIndex, getColumnIndexAtX, getColumnMargin, getColumnModelListeners, getColumns, getColumnSelectionAllowed, getListeners, getSelectedColumnCount, getSelectedColumns, getSelectionModel, getTotalColumnWidth, moveColumn, propertyChange, recalcWidthCache, removeColumn, removeColumnModelListener, setColumnMargin, setColumnSelectionAllowed, setSelectionModel, valueChanged
-
-
-
-
Constructor Detail
-
SelectionTableColumnModel
public SelectionTableColumnModel(MemberTableModel model)
Constructs a newSelectionTableColumnModel
.- Parameters:
model
- member table model
-
-