#10 story/pfleger-modul-sperren-und-loschen-von-pflegern #37
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ public class LockedNurseController {
|
||||||
private TreatmentDao treatmentDao;
|
private TreatmentDao treatmentDao;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
SZUT-Dominik marked this conversation as resolved
Outdated
|
|||||||
* This method allows instantiating a {@link LockedNurseController} object.
|
* This method allows initializing a {@link LockedNurseController} object
|
||||||
|
* that is called after the binding of all the fields.
|
||||||
*/
|
*/
|
||||||
public void initialize() {
|
public void initialize() {
|
||||||
this.readAllAndShowInTableView();
|
this.readAllAndShowInTableView();
|
||||||
|
|
Loading…
Reference in a new issue
Ist technisch falsch, technisch korrekt wäre:
Weil Initalize & Instanciate nicht dasselbe sind.
Initalize ist eine Methode, die im Hintergrund von JavaFx, nach dem Instaciating & Binding aufgerufen wird.