| Interface | Description |
|---|---|
| IDisplayNameProvider<DATATYPE> |
Interface for a handler the provides the locale independent name of an
object.
|
| IDisplayTextProvider<DATATYPE> |
Interface for a handler that provides the locale dependent name of an
object.
|
| IHasDescription |
Base interface for objects that have a locale independent description.
|
| IHasDisplayName |
Base interface for objects that have a locale independent display
name.
|
| IHasDisplayText |
Base interface for objects that have a locale dependent display name.
|
| IHasDisplayTextWithArgs |
Base interface for objects that have a locale dependent display name.
|
| IHasName |
Base interface for all objects that have a mandatory INTERNAL name
that is not multilingual but should be human interpretable.
|
| INameProvider<DATATYPE> |
Interface for a handler the provides the name of an object.
|
| Class | Description |
|---|---|
| ComparatorDisplayNameProvider<DATATYPE> |
This is a collation
Comparator for objects that implement
the IDisplayNameProvider interface. |
| ComparatorDisplayTextProvider<DATATYPE> |
This is a collation
Comparator for objects that implement
the IDisplayTextProvider interface. |
| ComparatorHasDisplayName<DATATYPE extends IHasDisplayName> |
This is a collation
Comparator for objects that implement
the IHasDisplayName interface. |
| ComparatorHasDisplayText<DATATYPE extends IHasDisplayText> |
This is a collation
Comparator for objects that implement
the IHasDisplayText interface. |
| ComparatorHasName<DATATYPE extends IHasName> |
This is a collation
Comparator for objects that implement
the IHasName interface. |
| DisplayNameProviderFromHasDisplayName |
Default implementation of
IDisplayNameProvider for
IHasDisplayName objects. |
| DisplayTextProviderFromHasDisplayText |
Default implementation of
IDisplayTextProvider for
IHasDisplayText objects. |
| HasDisplayTextWithArgs |
A special implementation of
IHasDisplayText that encapsulates
arguments to be put into the message. |
| NameProviderFromHasName |
Default implementation of
INameProvider for IHasName objects. |
Copyright © 2006–2015 phloc systems. All rights reserved.