public interface RegisteringLocalizer extends Localizer
Localizer
with the ability to store localization related information
independent from the objects to be localized. This is
particularly useful when objects that require localization
offer no storage for localization related data (a common
example are some AWT members or custom objects)void register(java.lang.Object item, java.lang.Object data)
Object
.
The nature and meaning of the data being stored is highly
implementation specific.item
- the item that requires localizationdata
- the data to be used when localizing the given Object