Package be.gaudry.model.locale
Interface ILocalized
- All Known Subinterfaces:
IRenamerAdapter<T,P>
- All Known Implementing Classes:
AbstractShowPanelAction
,AuthenticatedAction
,AutoLocalizedAction
,BrolSwingActionsFactory.ECards
,BrowseDirectoryPanel
,CewePanel
,EidActionsFactory.ListenEidAction
,EidActionsFactory.ShowBeIDPanelAction
,LocalizableAction
,LocalizedSelectableAction
,LookAndFeelHelper.ToggleListenDarkmodeAction
,MetaMultifileOptionPanel
,NfoOptionsPanel
,PhotoNameOptionsPanel
,PhotoRenamerOptionsPanel
,RefreshSynchroPanel
,Runtastic2GpxPanel
,SearchMediaPanel
,ShowPanelAction
,SimpleRenamerOptionsPanel
,SynchroMainPanel
,TransfertPhotosPanel
public interface ILocalized
Allows to provide a custom GUI depending on the
Locale
Provided by the broldev.core.model project.- Since:
- 1.0 Mar 20, 2009, broldev.core.model 0.0.1-SNAPSHOT dependency
- Version:
- 1.0 Mar 20, 2009
- Author:
- Steph GAUDRY
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Sets localized language The implementation should use aResourceBundle
to load information based on the user'sLocale
, and may observe theLanguageHelper
to update the GUI on Locale switch.
-
Method Details
-
setLanguage
void setLanguage()Sets localized language The implementation should use aResourceBundle
to load information based on the user'sLocale
, and may observe theLanguageHelper
to update the GUI on Locale switch.
-