Class | Description |
---|---|
Book |
Book object
|
BookFactory |
Handles all the Book(s)
|
BookFactoryTest |
Test BookFactory related operations
|
BookTest |
Test Book related operations
|
EditBookDialog |
UI for updating information in Book
|
EditUserDialog |
UI for updating information in User
|
Handler |
Handles all the background operations of MainGUI, also contains both UserFactory and BookFactory
|
HandlerTest |
Test Handler related operations
|
Main |
Main class
|
MainGUI |
Main Graphic User Interface
|
NewBookDialog |
UI for creating a new Book
|
NewUserDialog |
UI for creating a new User
|
RentDialog |
UI for User renting a Book
|
ReturnDialog |
UI for User returning a Book
|
Settings |
Handles all settings related operations and background processing of SettingsDialog
|
SettingsDialog |
UI for updating all the informations in Settings
|
SettingsTest |
Test Settings related operations
|
User |
User object
|
UserFactory |
Handles all the User(s)
|
UserFactoryTest |
Test UserFactory related operations
|
UserTest |
Test User related operations
|