| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LocaleUtilities
| Method Summary | |
|---|---|
 void | 
addListener(LocaleListener l)
 | 
 Locale | 
getCurrentLocale()
Returns the current locale being used.  | 
 LocaleDecoder[] | 
getDecoders()
 | 
 String | 
getLocalisedMessageText(String key)
 | 
 String | 
getLocalisedMessageText(String key,
                        String[] params)
 | 
 boolean | 
hasLocalisedMessageText(String key)
Returns true if there exists a message string with the given key name.  | 
 void | 
integrateLocalisedMessageBundle(Properties p)
Allows plugins to dynamically pass in a properties object to be used for message text translation.  | 
 void | 
integrateLocalisedMessageBundle(ResourceBundle rb)
Allows plugins to dynamically pass in a resource bundle to be used for message text translation.  | 
 void | 
integrateLocalisedMessageBundle(String resource_bundle_prefix)
Allows programatic registration of plugin messages, as opposed to using the plugin.langfile property in plugin.properties If you message base file is, say, a.b.c.Messages.properties, pass a.b.c.Messages  | 
 String | 
localise(String key)
An alias for getLocalisedMessageText(String) which returns
 null if there is no message string definition for the given
 key. | 
 void | 
removeListener(LocaleListener l)
 | 
| Method Detail | 
|---|
void integrateLocalisedMessageBundle(String resource_bundle_prefix)
resource_bundle_prefix - void integrateLocalisedMessageBundle(ResourceBundle rb)
void integrateLocalisedMessageBundle(Properties p)
String getLocalisedMessageText(String key)
String getLocalisedMessageText(String key,
                               String[] params)
boolean hasLocalisedMessageText(String key)
String localise(String key)
getLocalisedMessageText(String) which returns
 null if there is no message string definition for the given
 key.
LocaleDecoder[] getDecoders()
void addListener(LocaleListener l)
void removeListener(LocaleListener l)
Locale getCurrentLocale()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||