Uses of Class
cafe.settings.LanguageEnum

Packages that use LanguageEnum
cafe.gui   
cafe.gui.general.productLists   
cafe.main   
cafe.settings   
 

Uses of LanguageEnum in cafe.gui
 

Methods in cafe.gui that return LanguageEnum
 LanguageEnum ViewEventInterface.getCurrentLanguage()
          Gets the current language used in the GUI
 LanguageEnum GuiMain.getCurrentLanguage()
          Gets the current language used in the GUI
 

Methods in cafe.gui with parameters of type LanguageEnum
 java.lang.String UserBalance.getGroupName(LanguageEnum language)
          Returns product group's name in chosen language.
 javax.swing.ImageIcon GUISettings.getLangPicture(LanguageEnum language)
          Returns an icon for a given language.
 java.lang.String GUISettings.getString(java.lang.String stringid, LanguageEnum language)
          Returns a given string in a given language based on its id.
 

Uses of LanguageEnum in cafe.gui.general.productLists
 

Constructors in cafe.gui.general.productLists with parameters of type LanguageEnum
AlertViewProductRenderer(LanguageEnum currentLanguage)
          Constructs the renderer by calling superclass.
GroupList(ImportProductChange importProductChange, ProductGroup[] productGroups, LanguageEnum currentLanguage)
          Creates this list
GroupRenderer(LanguageEnum currentLanguage)
          Constructs the renderer by calling superclass.
ImportProductList(ImportProductChange importProductChange, ProductGroup group, boolean alert, LanguageEnum currentLanguage)
          Constructs the product list.
ProductList(ExportProduct[] products, ProductChangeEvent productChangeEvent, LanguageEnum currentLanguage)
          Constructs the product list.
ProductRenderer(LanguageEnum currentLanguage)
          Constructs the renderer by calling superclass.
 

Uses of LanguageEnum in cafe.main
 

Methods in cafe.main with parameters of type LanguageEnum
 java.lang.String Product.getGroup(LanguageEnum language)
          Returns the name of the product's group.
 java.lang.String ProductGroup.getName(LanguageEnum language)
          Returns the name of the group in chosen language.
 java.lang.String Product.getName(LanguageEnum language)
          Returns the name of the product.
 

Uses of LanguageEnum in cafe.settings
 

Methods in cafe.settings that return LanguageEnum
static LanguageEnum LanguageEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LanguageEnum[] LanguageEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.