Uses of Class
com.onwbp.base.text.NomenclatureItem
Package
Description
Provides classes for creating user messages and nomenclatures.
-
Uses of NomenclatureItem in com.onwbp.base.text
Modifier and TypeClassDescriptionclass
ANomenclatureItemValue
is a label value in a containingNomenclature
.Modifier and TypeMethodDescriptionNomenclature.findNomenclatureItemWithValue
(Object aSearchedValue) Returns the firstNomenclatureItem
whose value is equal to the argument.Nomenclature.getItems
(int index) Returns the item at the specified position in thisNomenclature
.Modifier and TypeMethodDescriptionstatic final <T> Comparator<NomenclatureItem<T>>
Nomenclature.comparatorByLabel()
Returns a label comparator.static final <U> Comparator<NomenclatureItem<U>>
Nomenclature.getComparatorByLabel()
Nomenclature.getItems()
Returns all items (internal, used for debug tag)Nomenclature.getItemsIterator()
Returns an iterator over all the items of thisNomenclature
.Modifier and TypeMethodDescriptionNomenclature.addItem
(NomenclatureItem<T> anItem) Adds aNomenclatureItem
to this instance.