Uses of Interface
cafe.database.Database

Packages that use Database
cafe.database   
cafe.main   
 

Uses of Database in cafe.database
 

Classes in cafe.database that implement Database
 class DBCommunication
          This class communicates data from the database to other components.
 

Uses of Database in cafe.main
 

Constructors in cafe.main with parameters of type Database
MainFingerprintHandler(UserInterface gui, Database db, CoffeeTouch main)
          Constructs a new instance of this class and stores the references to other components.
MainGuiHandler(Database db, CoffeeTouch main, AuthenticationSettings authSettings)
          Constructs a new instance of this class and creates Authentication instance.