Uses of Class
org.pentaho.di.ui.i18n.MessagesStore

Packages that use MessagesStore
org.pentaho.di.ui.i18n   
 

Uses of MessagesStore in org.pentaho.di.ui.i18n
 

Methods in org.pentaho.di.ui.i18n that return MessagesStore
 MessagesStore TranslationsStore.findMainLocaleMessagesStore(String messagesPackage)
           
 

Methods in org.pentaho.di.ui.i18n that return types with arguments of type MessagesStore
 List<MessagesStore> TranslationsStore.getChangedMessagesStores()
           
 Map<String,MessagesStore> LocaleStore.getLocaleMap()
           
 List<MessagesStore> TranslationsStore.getMessagesStores(String searchLocale, String messagesPackage)
           
 

Method parameters in org.pentaho.di.ui.i18n with type arguments of type MessagesStore
 void LocaleStore.setLocaleMap(Map<String,MessagesStore> localeMap)