| Package | Description | 
|---|---|
| com.onwbp.base.text | 
 Provides classes for creating user messages and nomenclatures. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NomenclatureItemValue<T>
A  
NomenclatureItemValue is a label value in a containing Nomenclature. | 
| Modifier and Type | Method and Description | 
|---|---|
NomenclatureItem<T> | 
Nomenclature.findNomenclatureItemWithValue(Object aSearchedValue)
Returns the first  
NomenclatureItem whose value is equal to the
 argument. | 
NomenclatureItem<T> | 
Nomenclature.getItems(int index)
Returns the item at the specified position in this  
Nomenclature. | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> Comparator<NomenclatureItem<T>> | 
Nomenclature.comparatorByLabel()
Returns a label comparator. 
 | 
static <U> Comparator<NomenclatureItem<U>> | 
Nomenclature.getComparatorByLabel()  | 
List<NomenclatureItem<T>> | 
Nomenclature.getItems()
Returns all items (internal, used for debug tag) 
 | 
Iterator<NomenclatureItem<T>> | 
Nomenclature.getItemsIterator()
Returns an iterator over all the items of this  
Nomenclature. | 
| Modifier and Type | Method and Description | 
|---|---|
Nomenclature<T> | 
Nomenclature.addItem(NomenclatureItem<T> anItem)
Adds a  
NomenclatureItem to this instance. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Nomenclature.setItems(List<NomenclatureItem<T>> aList)  |