Uses of Class
ece.ing3.java.projet.modele.hopital.Malade
Packages that use Malade
Package
Description
-
Uses of Malade in ece.ing3.java.projet.controleur.dialogs.update
Methods in ece.ing3.java.projet.controleur.dialogs.update with parameters of type MaladeModifier and TypeMethodDescriptionstatic MaladeUpdateDialog
MaladeUpdateDialogController.createDialog
(Malade existingModel, DialogListener listener) Instancie une nouvelle boîte de dialogue de mise à jour et l'initialise auprès d'un nouveau contrôleur. -
Uses of Malade in ece.ing3.java.projet.controleur.panels
Methods in ece.ing3.java.projet.controleur.panels that return types with arguments of type MaladeModifier and TypeMethodDescriptionMaladePanelController.createUpdateDialog
(Malade existingModel) Créer une nouvelle boîte de dialogue de mise à jour de Malade.MaladePanelController.getModelClass()
Récupère la classe de MaladeMethods in ece.ing3.java.projet.controleur.panels with parameters of type MaladeModifier and TypeMethodDescriptionMaladePanelController.createUpdateDialog
(Malade existingModel) Créer une nouvelle boîte de dialogue de mise à jour de Malade. -
Uses of Malade in ece.ing3.java.projet.modele.finders
Methods in ece.ing3.java.projet.modele.finders that return MaladeModifier and TypeMethodDescriptionMaladeFinder.findUnique()
Récupère un unique Malade répondant aux conditionsMethods in ece.ing3.java.projet.modele.finders that return types with arguments of type Malade -
Uses of Malade in ece.ing3.java.projet.modele.hopital
Methods in ece.ing3.java.projet.modele.hopital that return MaladeModifier and TypeMethodDescriptionstatic Malade
Recherche un malade pour un numéro donnéHospitalisation.getMalade()
Récupère le malade lié à l'hospitalisationSoigne.getMalade()
Récupère le malade liéMethods in ece.ing3.java.projet.modele.hopital that return types with arguments of type MaladeMethods in ece.ing3.java.projet.modele.hopital with parameters of type Malade -
Uses of Malade in ece.ing3.java.projet.vue.components.charts
Constructor parameters in ece.ing3.java.projet.vue.components.charts with type arguments of type MaladeModifierConstructorDescriptionPieChart2Dmutuelles
(List<Malade> malistemalade) PieChart3DMutuelles
(List<Malade> malistemalade) Constructeur -> Complete les informations du diagramme -> Rempli et affiche le diagramme circulaire dans un panel -
Uses of Malade in ece.ing3.java.projet.vue.dialogs.update
Constructors in ece.ing3.java.projet.vue.dialogs.update with parameters of type MaladeModifierConstructorDescriptionMaladeUpdateDialog
(Malade model) Créer une nouvelle boîte de dialogue de mise à jour de modèle Malade. -
Uses of Malade in ece.ing3.java.projet.vue.panels
Constructor parameters in ece.ing3.java.projet.vue.panels with type arguments of type MaladeModifierConstructorDescriptionMaladePanel
(TableModel<Malade> tableModel) Créer un nouveau panneau d'affichage, sélection, recherche et modification de modèle Malade.