From db1f98631477fb7e34dcbb608992c1a12e746aed Mon Sep 17 00:00:00 2001 From: loperret2 Date: Wed, 12 Oct 2022 15:27:34 +0200 Subject: [PATCH] =?UTF-8?q?Detail=20parfum=20fonctionnel=20+=20d=C3=A9but?= =?UTF-8?q?=20detail=20habit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Boutique/ressources/fxml/MainWindow.fxml | 11 +-- Boutique/ressources/fxml/uc/UC_Commun.fxml | 22 ++++++ .../ressources/fxml/uc/UC_DetailHabit.fxml | 9 ++- .../ressources/fxml/uc/UC_DetailParfum.fxml | 22 ++++++ Boutique/src/Modele/metier/Parfum.java | 7 ++ Boutique/src/Modele/metier/Produit.java | 9 +++ Boutique/src/data/chargement/Stub.java | 6 +- Boutique/src/view/MainWindow.java | 30 ++++++-- Boutique/src/view/uc/UCCommun.java | 36 +++++++++ Boutique/src/view/uc/UCDetailHabit.java | 26 ++++++- Boutique/src/view/uc/UCDetailParfum.java | 77 +++++++++++++++++++ Boutique/src/view_modele/BoutiqueVM.java | 8 +- Boutique/src/view_modele/HabitVM.java | 14 +++- Boutique/src/view_modele/ParfumVM.java | 41 +++++++++- Boutique/src/view_modele/ProduitVM.java | 3 +- 15 files changed, 284 insertions(+), 37 deletions(-) create mode 100644 Boutique/ressources/fxml/uc/UC_Commun.fxml create mode 100644 Boutique/ressources/fxml/uc/UC_DetailParfum.fxml create mode 100644 Boutique/src/view/uc/UCCommun.java create mode 100644 Boutique/src/view/uc/UCDetailParfum.java diff --git a/Boutique/ressources/fxml/MainWindow.fxml b/Boutique/ressources/fxml/MainWindow.fxml index 4fce7e6..d849fd9 100644 --- a/Boutique/ressources/fxml/MainWindow.fxml +++ b/Boutique/ressources/fxml/MainWindow.fxml @@ -23,15 +23,6 @@
- - - - - - +
diff --git a/Boutique/ressources/fxml/uc/UC_Commun.fxml b/Boutique/ressources/fxml/uc/UC_Commun.fxml new file mode 100644 index 0000000..6675eac --- /dev/null +++ b/Boutique/ressources/fxml/uc/UC_Commun.fxml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + diff --git a/Boutique/ressources/fxml/uc/UC_DetailHabit.fxml b/Boutique/ressources/fxml/uc/UC_DetailHabit.fxml index e04eeea..408c5e7 100644 --- a/Boutique/ressources/fxml/uc/UC_DetailHabit.fxml +++ b/Boutique/ressources/fxml/uc/UC_DetailHabit.fxml @@ -6,9 +6,12 @@ - - + + + + + diff --git a/Boutique/ressources/fxml/uc/UC_DetailParfum.fxml b/Boutique/ressources/fxml/uc/UC_DetailParfum.fxml new file mode 100644 index 0000000..9b8f2fd --- /dev/null +++ b/Boutique/ressources/fxml/uc/UC_DetailParfum.fxml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + +