Package VaxTodo.Controllers
Class ControllerParent
java.lang.Object
VaxTodo.Controllers.ControllerParent
- Direct Known Subclasses:
ControllerForgotPasswd
,ControllerLogin
,ControllerMenuEmploye
,ControllerMenuGestionBenevoles
,ControllerMenuGestionEmployes
Deprecated.
Will soon be deprecated since it is not that really usefull right now ¯\_(ツ)_/¯
Controller of Interface ViewMenuGestion Benevoles.fxml
Displays data from csv file to interface and saves data from interface to csv file
Let the user add, modify or delete Employe accounts
- Since:
- v1.0.0
- Authors:
- Mohamed, Christian, Louis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
setStageAndSetupListeners
(javafx.stage.Stage stage, String currentUserStrFullName, long currentUserLngNoCompte, int currentUserIntCodeIdentification) Deprecated.
-
Constructor Details
-
ControllerParent
public ControllerParent()Deprecated.
-
-
Method Details
-
setStageAndSetupListeners
public abstract void setStageAndSetupListeners(javafx.stage.Stage stage, String currentUserStrFullName, long currentUserLngNoCompte, int currentUserIntCodeIdentification) Deprecated.
-