@FunctionalInterface public static interface ColumnDataComboBox.AutocompleteMatcher
| Modifier and Type | Field and Description |
|---|---|
static ColumnDataComboBox.AutocompleteMatcher |
CONTAINS
Instance that matches entry text anywhere in the column name.
|
static ColumnDataComboBox.AutocompleteMatcher |
PREFIX
Instance that matches entry text at the start of the column name.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
textMatchesColumn(String entryTxt,
uk.ac.starlink.table.ColumnData cdata)
Returns true if the given ColumnData is considered a match
for the supplied text, presumed to be a partially complete
string entered by the user.
|
static final ColumnDataComboBox.AutocompleteMatcher PREFIX
static final ColumnDataComboBox.AutocompleteMatcher CONTAINS
boolean textMatchesColumn(String entryTxt, uk.ac.starlink.table.ColumnData cdata)
entryTxt - entered textcdata - column dataCopyright © 2003-2026 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.