ch.tatool.app.gui
Class MessagesImpl

java.lang.Object
  extended by ch.tatool.app.gui.MessagesImpl
All Implemented Interfaces:
Messages

public class MessagesImpl
extends Object
implements Messages


Method Summary
 String getLanguage()
           
 Locale getLocale()
           
 ResourceBundle getResourceBundle()
           
 String getString(String key)
           
 void setLocale(Locale local)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setLocale

public void setLocale(Locale local)
Specified by:
setLocale in interface Messages

getString

public String getString(String key)
Specified by:
getString in interface Messages

getLocale

public Locale getLocale()
Specified by:
getLocale in interface Messages

getLanguage

public String getLanguage()
Specified by:
getLanguage in interface Messages

getResourceBundle

public ResourceBundle getResourceBundle()
Specified by:
getResourceBundle in interface Messages


Copyright © 2012. All Rights Reserved.