Package | Description |
---|---|
be.ac.ulb.infof307.g02.controllers |
Modifier and Type | Class and Description |
---|---|
class |
ControllerWithMenu
Base class inherited by all the controllers that can interact with a menu
|
class |
ControllerWithMenuThatSaves
Base class inherited by all the controllers that have a view with a menu and that, when
the user clicks on a menu item, ask the user to save the state (ex: save grocery list items).
|
class |
CreateProductController
Controller of the create product view.
|
class |
EditAccountController
Controller of the edit profile Window.
|
class |
GroceryListController
Controller of the grocery list view.
|
class |
GroceryListSelectionController
Controller of the view displaying all the grocery lists of a User.
|
class |
HelpController
Controller of the helpView.
|
class |
ImportArticlesController
Controller of the ArticleProductView.
|
class |
LoginController
Controller of the login View.
|
class |
MapController
Controller of the MapView
|
class |
RecipeController
Controller of Recipe view.
|
class |
RecipeSelectionController
Controller of the view displaying all the recipes of a User.
|
class |
RegisterController
Controller of the register profile Window.
|
class |
SelectBestTourGroceryListController
Controller of the view used to choose a GroceryList for the BestTourFinder algorithm.
|
class |
SelectionController
Controller of the SelectionView used to display all the items of a user.
|
class |
ShowResultController
Controller of the ShowResultView.
|
Modifier and Type | Field and Description |
---|---|
private Controller |
ControllerMaster.currentController |
Modifier and Type | Method and Description |
---|---|
private void |
ControllerMaster.setCurrentController(Controller controller) |