Interface ColumnDataComboBoxModel.Filter
- Enclosing class:
ColumnDataComboBoxModel
public static interface ColumnDataComboBoxModel.Filter
Determines what columns are acceptable for this model.
- Since:
- 23 Jan 2005
- Author:
- Mark Taylor
-
Method Summary
Modifier and TypeMethodDescriptionbooleanacceptColumn(uk.ac.starlink.table.ValueInfo info) Indicates whether a given data type is suitable to be offered as an option for this model.
-
Method Details
-
acceptColumn
boolean acceptColumn(uk.ac.starlink.table.ValueInfo info) Indicates whether a given data type is suitable to be offered as an option for this model.- Parameters:
info- column metadata- Returns:
- true iff info describes OK data content acceptable for this model
-