Uses of Class
cafe.gui.GUISettings

Packages that use GUISettings
cafe.gui   
cafe.settings   
 

Uses of GUISettings in cafe.gui
 

Constructors in cafe.gui with parameters of type GUISettings
GuiMain(GUISettings guiSettings, UserInterfaceEvent userInterfaceEvent)
          Constructs the GUI and sets it to the start/title view.
 

Uses of GUISettings in cafe.settings
 

Methods in cafe.settings that return GUISettings
 GUISettings Settings.getGUISettings()
          Parses graphical user interface settings from settings file.
 GUISettings Configuration.getGUISettings()