| Interface | Description |
|---|---|
| IHasDescription |
Base interface for objects that have a locale independent description.
|
| IHasMultilingualText |
Basic interface for object providing multilingual texts.
|
| IHasPlainText |
Base interface for objects having a plain text representation.
|
| IHasText |
Basic interface for object providing multilingual texts without arguments.
|
| IHasTextWithArgs |
Basic interface for object providing multilingual texts with and without
arguments.
|
| IMultilingualText |
Read-only interface for a multilingual text
|
| IMutableMultilingualText |
Interface for a writable version of a multilingual text
|
| Class | Description |
|---|---|
| AbstractHasText |
An abstract implementation of the
IHasText that has default
implementations for the formatting things. |
| AbstractMapBasedMultilingualText |
A
Map based implementation of IMultilingualText that does
also provide writing methods to the outside and is only to be used as a
non-abstract base class. |
| AbstractReadOnlyMapBasedMultilingualText |
A
Map based implementation of IMultilingualText that does not
provide writing methods to the outside and is only to be used as a
non-abstract base class. |
| ConstantHasText |
An implementation of the
IHasText interface
that always returns a constant string. |
| ConstantHasTextWithArgs |
An implementation of the
IHasTextWithArgs
interface that always returns a constant string. |
| MultilingualText |
This class represents a multilingual text.
|
| ReadOnlyMultilingualText |
This class represents a multilingual text that cannot be altered after the
constructor.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.