- main(String[]) - Static method in class be.ac.ulb.infof307.g02.database.DatabaseFiller
-
- main(String[]) - Static method in class be.ac.ulb.infof307.g02.MainApplication
-
- MainApplication - Class in be.ac.ulb.infof307.g02
-
Main application class that loads the constants and launches the application
- MainApplication() - Constructor for class be.ac.ulb.infof307.g02.MainApplication
-
- MAP_FXML - Static variable in class be.ac.ulb.infof307.g02.views.MapView
-
The fxml resource for the view
- MapComponent - Class in be.ac.ulb.infof307.g02.views
-
This class is used to wrap all the JavaScript used for the map.
- MapComponent(MapView) - Constructor for class be.ac.ulb.infof307.g02.views.MapComponent
-
- mapComponent - Variable in class be.ac.ulb.infof307.g02.views.MapView
-
- MapComponent.Bridge - Class in be.ac.ulb.infof307.g02.views
-
The Bridge is used to allow the WebView to call java methods by itself.
- MapController - Class in be.ac.ulb.infof307.g02.controllers
-
Controller of the MapView
- MapController(ControllerMaster) - Constructor for class be.ac.ulb.infof307.g02.controllers.MapController
-
Class constructor that retrieve the shops from the database and
instantiate the view
- mapController - Variable in class be.ac.ulb.infof307.g02.views.MapView
-
- mapView - Variable in class be.ac.ulb.infof307.g02.views.MapComponent
-
The mapView owning the mapComponent
- MapView - Class in be.ac.ulb.infof307.g02.views
-
View showing the map.
- MapView(MapController, Scene) - Constructor for class be.ac.ulb.infof307.g02.views.MapView
-
Initializes the view, creates the map Component and the filter menu
- markerPositions - Variable in class be.ac.ulb.infof307.g02.views.MapComponent
-
The positions of the markers displayed on the map
- markersContent - Variable in class be.ac.ulb.infof307.g02.views.MapComponent
-
The informations associated to the markers
- master - Variable in class be.ac.ulb.infof307.g02.controllers.Controller
-
- MAX_LATITUDE - Static variable in class be.ac.ulb.infof307.g02.models.Position
-
- MAX_LONGITUDE - Static variable in class be.ac.ulb.infof307.g02.models.Position
-
- MAX_SCORE - Static variable in class be.ac.ulb.infof307.g02.models.AutoChefScoreCalculator
-
Maximum value allowed for a score.
- MAX_SPINNER_VALUE - Static variable in class be.ac.ulb.infof307.g02.views.CreateProductView
-
- MAX_SPINNER_VALUE - Static variable in class be.ac.ulb.infof307.g02.views.ListComponent
-
- maxDistance - Variable in class be.ac.ulb.infof307.g02.models.FilterData
-
the maxDistance between the user and the shops
- maximizeAddButton() - Method in class be.ac.ulb.infof307.g02.views.ListComponent
-
Maximize the size of the addButton.
- MENU_FXML - Static variable in class be.ac.ulb.infof307.g02.views.MenuComponent
-
The fxml resource for the menu
- MenuComponent - Class in be.ac.ulb.infof307.g02.views
-
Handles the menu on the top right corner of the windows.
- MenuComponent(ViewWithMenu, HBox) - Constructor for class be.ac.ulb.infof307.g02.views.MenuComponent
-
Adds the menu button to the correct place in the view.
- menuComponent - Variable in class be.ac.ulb.infof307.g02.views.ViewWithMenu
-
- MIN_HOURS - Static variable in class be.ac.ulb.infof307.g02.models.Time
-
- MIN_LATITUDE - Static variable in class be.ac.ulb.infof307.g02.models.Position
-
- MIN_LONGITUDE - Static variable in class be.ac.ulb.infof307.g02.models.Position
-
- MIN_MINUTES - Static variable in class be.ac.ulb.infof307.g02.models.Time
-
- MIN_SPINNER_VALUE - Static variable in class be.ac.ulb.infof307.g02.views.CreateProductView
-
- MIN_SPINNER_VALUE - Static variable in class be.ac.ulb.infof307.g02.views.ListComponent
-
- MIN_VALUE - Static variable in class be.ac.ulb.infof307.g02.models.NutritionalValues
-
- MIN_VALUE_ACCEPTED - Static variable in class be.ac.ulb.infof307.g02.models.Product
-
- MINIMUM_PASSWORD_LENGTH - Static variable in class be.ac.ulb.infof307.g02.models.User
-
- minute - Variable in class be.ac.ulb.infof307.g02.models.Time
-
- MODE_OF_OPERATION - Static variable in class be.ac.ulb.infof307.g02.utils.RSA
-
The RSA mde of operation
- mondayCheckBox - Variable in class be.ac.ulb.infof307.g02.views.MapView
-