- latitude - Variable in class be.ac.ulb.infof307.g02.models.Position
-
- lipidGramsPerUnit - Variable in class be.ac.ulb.infof307.g02.models.Product
-
- lipids - Variable in class be.ac.ulb.infof307.g02.models.NutritionalValues
-
- LIPIDS_CALORIES_PER_GRAM - Static variable in class be.ac.ulb.infof307.g02.constants.Constants
-
- lipidsSpinner - Variable in class be.ac.ulb.infof307.g02.views.CreateProductView
-
- lipidsValue - Variable in class be.ac.ulb.infof307.g02.views.NutritionalValueView
-
- listComponent - Variable in class be.ac.ulb.infof307.g02.views.GroceryListView
-
- listComponent - Variable in class be.ac.ulb.infof307.g02.views.ImportArticlesView
-
- ListComponent<T> - Class in be.ac.ulb.infof307.g02.views
-
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.
- ListComponent(VBox, List<Product>, List<T>, ProductDoublePairConverter<T>, NutritionalValuesController) - Constructor for class be.ac.ulb.infof307.g02.views.ListComponent
-
- ListComponent(VBox, List<Product>, List<T>, ProductDoublePairConverter<T>, boolean, AvailabilityChecker, boolean, NutritionalValuesController) - Constructor for class be.ac.ulb.infof307.g02.views.ListComponent
-
Constructs a ListComponent in a Container (VBox) and initializes it
- ListComponent(VBox, List<Product>, ProductDoublePairConverter<T>) - Constructor for class be.ac.ulb.infof307.g02.views.ListComponent
-
- listComponent - Variable in class be.ac.ulb.infof307.g02.views.RecipeView
-
- listContainer - Variable in class be.ac.ulb.infof307.g02.views.ListComponent
-
- listsHaveSameElements(List<T>, List<T>) - Static method in class be.ac.ulb.infof307.g02.utils.Utils
-
- listViewContainer - Variable in class be.ac.ulb.infof307.g02.views.GroceryListView
-
- listViewContainer - Variable in class be.ac.ulb.infof307.g02.views.ImportArticlesView
-
- listViewContainer - Variable in class be.ac.ulb.infof307.g02.views.RecipeView
-
- LITTLE_BUTTON_HEIGHT - Static variable in class be.ac.ulb.infof307.g02.views.ListComponent
-
- LITTLE_BUTTON_WIDTH - Static variable in class be.ac.ulb.infof307.g02.views.ListComponent
-
- load(String) - Static method in class be.ac.ulb.infof307.g02.constants.ConstantsLoader
-
Loads all the constants in the constants.properties file and puts the values
in the Constants class, so that the rest of the application can use them.
- loadAllConstants() - Static method in class be.ac.ulb.infof307.g02.constants.ConstantsLoader
-
- loadHelp(String) - Method in class be.ac.ulb.infof307.g02.views.HelpView
-
- LOCATION_SERVICE_URL - Static variable in class be.ac.ulb.infof307.g02.controllers.MapController
-
URL of the service used to geolocalise a user
- login(String, String) - Method in class be.ac.ulb.infof307.g02.controllers.LoginController
-
Checks if the credentials for a user are correct
If so, connect the user to the app.
- LOGIN_ACCOUNT_FXML - Static variable in class be.ac.ulb.infof307.g02.views.LoginView
-
The fxml resource for the view
- loginButton - Variable in class be.ac.ulb.infof307.g02.views.LoginView
-
- LoginController - Class in be.ac.ulb.infof307.g02.controllers
-
Controller of the login View.
- LoginController(ControllerMaster) - Constructor for class be.ac.ulb.infof307.g02.controllers.LoginController
-
- LoginView - Class in be.ac.ulb.infof307.g02.views
-
View allowing a User to Login.
- LoginView(LoginController, Scene) - Constructor for class be.ac.ulb.infof307.g02.views.LoginView
-
- longitude - Variable in class be.ac.ulb.infof307.g02.models.Position
-