| Interface | Description |
|---|---|
| IDisplayTextProvider<DATATYPE> |
Interface for a handler that provides the locale dependent name of an
object.
|
| IHasDisplayText |
Base interface for objects that have a locale dependent display name.
|
| IHasDisplayTextWithArgs |
Base interface for objects that have a locale dependent display name.
|
| Class | Description |
|---|---|
| CollatingComparatorDisplayTextProvider<DATATYPE> |
This is a collation
Comparator for objects that implement
the IDisplayTextProvider interface. |
| CollatingComparatorHasDisplayText<DATATYPE extends IHasDisplayText> |
This is a collation
Comparator for objects that implement
the IHasDisplayText interface. |
| ConstantHasDisplayText |
An implementation of the
IHasDisplayText interface that always
returns a constant string. |
| DisplayTextProviderFromHasDisplayText |
Default implementation of
IDisplayTextProvider for
IHasDisplayText objects. |
| HasDisplayTextWithArgs |
A special implementation of
IHasDisplayText that encapsulates
arguments to be put into the message. |
Copyright © 2014–2015 Philip Helger. All rights reserved.