Interface | Description |
---|---|
AvailabilityChecker |
Class | Description |
---|---|
CreateProductView |
Allows the user to create a new product
|
EditAccountView |
View allowing the User to edit his account.
|
FileSelectorView |
View used to allow the user to select a file
|
GroceryListView |
View allowing the user to see and update his grocery lists
|
HelpView |
Displays the adequate help page for the current view
and allows the user to change the help page being shown.
|
ImportArticlesView |
View allowing the user to import articles.
|
ListComponent<T> |
A List Component is a FXML component composed of :
1) A list of list items (i.e list of HBoxes containing a ComboBox, a Spinner and a delete Button).
2) Two buttons (addButton and clearAllButton)
The ComboBoxes are used to select a product and the associated Spinner
is used to set the number associated with the selected Product.
|
LoginView |
View allowing a User to Login.
|
MapComponent |
This class is used to wrap all the JavaScript used for the map.
|
MapView |
View showing the map.
|
MenuComponent |
Handles the menu on the top right corner of the windows.
|
NutritionalValueView |
Represents the nutritional value of either a single product, a recipe or a grocery list.
|
Popup |
Allows to easily create popups.
|
RecipeView |
View of the recipe scene.
|
RegisterView |
Represents the view of the register account scene.
|
SelectBestTourGroceryListView |
Allows the user to choose a grocery list for the BestTourFinder algorithm.
|
SelectionView |
Used to display all the grocery lists and recipes of a user.
|
ShowResultView |
Displays all the shops containing all the
products of a given grocery list or the shops containing a given product
|
ViewHandlingDBExceptions |
View that can show to the user that an error with the database has occurred
|
ViewUtils | |
ViewWithMenu |
View that can create and interact with a MenuComponent
|
Enum | Description |
---|---|
HelpPage |