com.sdm.quasar.client.core.dialogbase.config.impl
Class DefaultLocaleConfiguration

java.lang.Object
  extended bycom.sdm.quasar.client.core.dialogbase.config.impl.DefaultLocaleConfiguration
All Implemented Interfaces:
Configuration, LocaleConfiguration

public class DefaultLocaleConfiguration
extends java.lang.Object
implements LocaleConfiguration

Version:
1.$Revision$
Author:
Thomas Wolf

Constructor Summary
DefaultLocaleConfiguration()
          Creates a new DefaultLocaleConfiguration.
 
Method Summary
 java.util.Locale getLocale()
          Returns the current locale for the dialogs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLocaleConfiguration

public DefaultLocaleConfiguration()
Creates a new DefaultLocaleConfiguration.

Method Detail

getLocale

public java.util.Locale getLocale()
Description copied from interface: LocaleConfiguration
Returns the current locale for the dialogs.

Specified by:
getLocale in interface LocaleConfiguration
See Also:
LocaleConfiguration.getLocale()