Package | Description |
---|---|
eu.bandm.tools.graficUtils |
Utility functions for drawing and coordinate calculation.
|
eu.bandm.tools.muli |
Support *MU*lti *LI*ngual user interfaces by advanced translation look-up,
incremental deserialization, etc.
|
Modifier and Type | Field and Description |
---|---|
static MuLi |
MessageDialog.standardReactionText |
Modifier and Type | Field and Description |
---|---|
protected Map<K,MuLi> |
Catalog.mulitexts |
Modifier and Type | Method and Description |
---|---|
MuLi |
MuLi.cloneUnmodifiable() |
@Opt MuLi |
Catalog.get(K key)
Delivers an unmodifiable copy of the
MuLi for a given key object. |
protected MuLi |
Catalog.makeMuli(K key) |
Modifier and Type | Method and Description |
---|---|
Set<K> |
Catalog.getKeys(MuLi muli)
Delivers all key objects for the (language, name) combinations
given by the
MuLi argument. |
void |
Catalog.put(K key,
MuLi muli)
Add one certain key object, and a MuLi mapping languages to names.
|
see also the complete user documentation .