-
- Downloads
feat(gui): Add two bound StringProperties to pass input name from...
feat(gui): Add two bound StringProperties to pass input name from Preprocessing to Projection controller - Introduced two StringProperty fields in the GUI, bound to each other - Used to transfer the input name from the PreprocessingController to the ProjectionController - Input name is now displayed in the Projection view
Showing
- src/main/java/fr/pasteur/ida/zellige/gui/controller/MainController.java 1 addition, 0 deletions...fr/pasteur/ida/zellige/gui/controller/MainController.java
- src/main/java/fr/pasteur/ida/zellige/gui/controller/PreprocessingController.java 1 addition, 0 deletions...r/ida/zellige/gui/controller/PreprocessingController.java
- src/main/java/fr/pasteur/ida/zellige/gui/interactor/ProjectionInteractor.java 3 additions, 1 deletion...teur/ida/zellige/gui/interactor/ProjectionInteractor.java
- src/main/java/fr/pasteur/ida/zellige/gui/model/PreprocessingModel.java 10 additions, 4 deletions.../fr/pasteur/ida/zellige/gui/model/PreprocessingModel.java
- src/main/java/fr/pasteur/ida/zellige/gui/model/ProjectionModel.java 8 additions, 0 deletions...ava/fr/pasteur/ida/zellige/gui/model/ProjectionModel.java
Please register or sign in to comment