| Package | Description |
|---|---|
| com.phloc.commons.text | |
| com.phloc.commons.text.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
IMultiLingualText.addChangeNotifier(IChangeNotify<IMultiLingualText> aCallback)
Add a notification callback that is called, when the object is changed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiLingualText
This class represents a multilingual text.
|
class |
MultiLingualTextThreadSafe
This class represents a thread safe multilingual text.
|
| Modifier and Type | Field and Description |
|---|---|
static IMultiLingualText |
MultiLingualText.EMPTY_MULTILINGUAL_TEXT
Default empty multilingual text - don't modify this object!!!
|
| Modifier and Type | Method and Description |
|---|---|
static IMultiLingualText |
MultiLingualTextThreadSafe.createFromMap(Map<String,String> aMap) |
static IMultiLingualText |
MultiLingualText.createFromMap(Map<String,String> aMap) |
static IMultiLingualText |
MultiLingualText.getCopyWithLocales(IReadonlyMultiLingualText aMLT,
Collection<Locale> aContentLocales)
Get a copy of this object with the specified locales.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiLingualTextThreadSafe.addChangeNotifier(IChangeNotify<IMultiLingualText> aCallback) |
void |
MultiLingualText.addChangeNotifier(IChangeNotify<IMultiLingualText> aCallback) |
Copyright © 2006–2015 phloc systems. All rights reserved.