| Interface | Description |
|---|---|
| IComboBoxLookUp |
Interface for all the models which will allow look up items
using a text.
|
| ILookUp |
Interface for implementing algorithms that get a sublist of items that match with a text written according
an orthographical rules and particular search requirements.
|
| Class | Description |
|---|---|
| DefaultComboBoxConfigurableLookUpModel |
Re-implementation of
DefaultComboBoxModel adapted for the behavior needed to look up items. |
| JComboBoxConfigurableLookUp |
VERSION: BETA
A configurable combo box component that lists items that carry out with the criterions of a
ILookUp agent,
considering the text in its inner editor. |
| StringComparator |
Compares two chain of characters alphabetically.
|