de.caff.gimmix
Interface Localizable


public interface Localizable

Interface for Components which can be localized. Components are localizable themselves, too.

 

Method Summary
 java.util.Locale getLocale()
          Get the locale.
 void setLocale(java.util.Locale l)
          Set the locale.
 

Method Detail

setLocale

void setLocale(java.util.Locale l)
Set the locale.

Parameters:
l - locale to set.

getLocale

java.util.Locale getLocale()
Get the locale.

Returns:
the locale