Package | Description |
---|---|
be.ac.ulb.infof307.g02.controllers | |
be.ac.ulb.infof307.g02.views |
Modifier and Type | Field and Description |
---|---|
private ViewWithMenu |
ControllerWithMenu.viewWithMenu |
Modifier and Type | Method and Description |
---|---|
void |
ControllerWithMenu.setView(ViewWithMenu viewWithMenu)
Sets a viewWithMenu as the displayed view
|
Modifier and Type | Class and Description |
---|---|
class |
EditAccountView
View allowing the User to edit his account.
|
class |
GroceryListView
View allowing the user to see and update his grocery lists
|
class |
ImportArticlesView
View allowing the user to import articles.
|
class |
MapView
View showing the map.
|
class |
RecipeView
View of the recipe scene.
|
class |
SelectionView
Used to display all the grocery lists and recipes of a user.
|
class |
ShowResultView
Displays all the shops containing all the
products of a given grocery list or the shops containing a given product
|
Modifier and Type | Field and Description |
---|---|
private ViewWithMenu |
MenuComponent.parent |
Constructor and Description |
---|
MenuComponent(ViewWithMenu parent,
javafx.scene.layout.HBox placeHolder)
Adds the menu button to the correct place in the view.
|