| java.lang.Object com.uwyn.rife.tools.LocalizedString
LocalizedString | public class LocalizedString implements CharSequence(Code) | | This class makes it possible to always keep a localized string up-to-date.
By providing it with a lookup key instead of the final text, it is able to
always provide a text representation according to the active default
localization settings.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ since: 1.0 |
LocalizedString | public LocalizedString(String key)(Code) | | Instantiates a new LocalizedString instance.
Parameters: key - the key that will be used to look up the localized string since: 1.0 |
charAt | public char charAt(int index)(Code) | | |
length | public int length()(Code) | | |
|
|