Skip to content
Snippets Groups Projects
Commit a890967c authored by Tiziano Munaro's avatar Tiziano Munaro
Browse files

[UI] Refactor JavaFX composites

* `AF3FXViewParts` no longer implement the `ICompositeFXContainer`
interface. Instead they are reduced to a minimum, referencing a
(potentially hierarchic) `ICompositeFXContainer` with all the layout and
logic.
* FXML layouts are no longer loaded in the constructor of the
`CompositeFXControllerBase`, but in its `initialize` method (executed in
`getOrLoadLayout`).

Issue-Ref: 3437
Issue-Url: https://af3-developer.fortiss.org/issues/3437



Signed-off-by: default avatarTiziano Munaro <munaro@fortiss.org>
parent 07bb0147
No related branches found
No related tags found
1 merge request!823437
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment