Uses of Class
com.esprit.models.series.Category
Packages that use Category
Package
Description
-
Uses of Category in com.esprit.controllers.series
Fields in com.esprit.controllers.series with type parameters of type CategoryModifier and TypeFieldDescriptionprivate javafx.scene.control.ComboBox<Category>
SerieClientController.CamboxCategorie
SerieClientController.categorieList
SerieController.categorieList
(package private) javafx.scene.control.ListView<Category>
CategoriesClientController.listeV2
StatistiqueController.statistics
private javafx.scene.control.TableView<Category>
CategorieController.tableView
Methods in com.esprit.controllers.series with parameters of type CategoryModifier and TypeMethodDescriptionprivate void
CategorieController.modifierCategorie
(Category categorie) Allows for the modification of a category's name and description through a dialogue box interface.Method parameters in com.esprit.controllers.series with type arguments of type CategoryModifier and TypeMethodDescriptionStatistiqueController.createBarChart
(Map<Category, Long> statistics, int limit) Creates a bar chart based on category-related data, limiting the number of categorys displayed to a specified value.private void
StatistiqueController.showBarChart
(Map<Category, Long> statistics) Takes a map of category-specific count data and displays it as a bar chart.private void
StatistiqueController.showBarChart
(Map<Category, Long> statistics, int limit) Creates a bar chart from a map of category-related data, limiting the number of categorys displayed based on an input parameter.private void
StatistiqueController.showPieChart
(Map<Category, Long> statistics) Generates a pie chart based on map data, adds tooltips and menu items to the chart, and displays it in the center of a BorderPane. -
Uses of Category in com.esprit.models.series
Fields in com.esprit.models.series with type parameters of type Category -
Uses of Category in com.esprit.services.series
Methods in com.esprit.services.series that return types with arguments of type CategoryModifier and TypeMethodDescriptionIServiceCategorieImpl.getCategoriesStatistics()
Retrieves the CategoriesStatistics value.IServiceCategorieImpl.read()
Methods in com.esprit.services.series with parameters of type Category