| Package | Description |
|---|---|
| com.helger.commons.error.text | |
| com.helger.commons.locale | |
| com.helger.commons.locale.country | |
| com.helger.commons.text | |
| com.helger.commons.text.display |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IHasErrorText
Base interface for objects having an error text.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantHasErrorText
A constant implementation of
IHasErrorText. |
class |
DynamicHasErrorText
A implementation of
IHasErrorText based on IMultilingualText
because this class is Serializable and implements equals/hashCode. |
class |
DynamicHasErrorTextWithArgs
A special implementation of
IHasErrorText that encapsulates arguments
to be put into the message. |
| Constructor and Description |
|---|
DynamicHasErrorText(IHasDisplayText aText) |
DynamicHasErrorTextWithArgs(IHasDisplayText aParentText,
Object... aArgs) |
| Modifier and Type | Class and Description |
|---|---|
class |
ELocaleName
Special locale names that are not part of the Java runtime.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ECountry
Country enum.
|
class |
ECountryName
Country enum name.
|
class |
ECountrySubName
Country sub-element name enum.
|
| Modifier and Type | Method and Description |
|---|---|
default IHasDisplayText |
IHasText.getAsHasDisplayText() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IHasDisplayTextWithArgs
Base interface for objects that have a locale dependent display name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantHasDisplayText
An implementation of the
IHasDisplayText interface that always
returns a constant string. |
class |
HasDisplayTextWithArgs
A special implementation of
IHasDisplayText that encapsulates
arguments to be put into the message. |
| Modifier and Type | Method and Description |
|---|---|
IHasDisplayText |
HasDisplayTextWithArgs.getParentText() |
| Modifier and Type | Method and Description |
|---|---|
static IDisplayTextProvider<IHasDisplayText> |
IDisplayTextProvider.createHasDisplayText() |
static Comparator<IHasDisplayText> |
IHasDisplayText.getComparatorCollating(Locale aContentLocale,
Locale aSortLocale) |
| Constructor and Description |
|---|
HasDisplayTextWithArgs(IHasDisplayText aParentText,
Object... aArgs) |
Copyright © 2014–2017 Philip Helger. All rights reserved.