| Interface | Description |
|---|---|
| Localizer.ILocaleResolver |
Resolves the default locale.
|
| Localizer.IMessageSource |
Source of localized messages.
|
| Localizer.ITimeZoneResolver |
Interface for accessing the current time zone
|
| ObservedCollection.IObservedCollectionListener<T> |
Listener for changes to an observed collection.
|
| ProxiedCollection.IProxiedCollectionOperations<T> |
Mutator operations for a proxied collection.
|
| Class | Description |
|---|---|
| AbstractCache<KEY,VALUE> |
Abstract class for managing globally cached data.
|
| AbstractRegistry<KEY,VALUE> |
Abstract base class for thread-safe registry of shared objects.
|
| BundleMessageSource |
Support for resource bundles as a message source.
|
| ColorUtil |
Color-related utilities.
|
| DateRange |
Represents a single date range.
|
| DateUtil |
Utility methods for managing dates.
|
| JSONUtil |
A set of static methods supporting serialization and deserialization of objects using the JSON
format.
|
| JSONUtil.AsPropertyTypeSerializerEx |
Required to suppress writing of type information except for top-level objects.
|
| Localizer |
Provides localization support.
|
| MiscUtil |
Miscellaneous utility methods.
|
| NumUtil |
Utility methods for managing numeric values.
|
| ObservedCollection<T> |
Wraps a collection and notifies a listener of all changes.
|
| ProxiedCollection<T> |
Wraps a collection and delegates implementations for add and remove operations to an external
implementation.
|
| QueryStringBuilder |
Builds a query string (without "?").
|
| RegistryMap<KEY,VALUE> |
Wraps a map, providing the ability to control how duplicate keys are handled.
|
| StrUtil |
Utility methods for managing strings.
|
| Version |
Representation of a standard 4-part version number in the format:
|
| WeakCollectionBase<E> |
Base class for implementing weak collections.
|
| WeakList<E> |
Implements the equivalent of an array list with weakly referenced elements.
|
| WeakMap<K,E> |
Implements the equivalent of a map with weakly referenced values.
|
| XMLUtil |
Utility methods for managing XML documents.
|
| Enum | Description |
|---|---|
| DateUtil.Format |
Enum representing common date formats.
|
| DateUtil.TimeUnit |
Represents time units in order of increasing precision.
|
| RegistryMap.DuplicateAction |
Possible actions to take when attempting to store a duplicate key.
|
| Version.VersionPart |
Specifies a version part.
|
| XMLUtil.TagFormat |
Tag format options.
|
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.