Class RestrictedColumnComboBoxModel

All Implemented Interfaces:
Serializable, EventListener, ComboBoxModel<TableColumn>, TableColumnModelListener, ListModel<TableColumn>

public abstract class RestrictedColumnComboBoxModel extends ColumnComboBoxModel
Does a similar job as for ColumnComboBoxModel, but when only a subset of the available columns should show up in the combobox. Use it in the same way as ColumnComboBoxModel, but implement the acceptColumn(uk.ac.starlink.table.ColumnInfo) method appropriately. In the case that acceptColumn accepts everything, this will behave just the same as a ColumnComboBoxModel (though perhaps less efficiently).
See Also: