-
- Downloads
[UI] Add generics to JavaFX composites
`ICompositeFXController`s can now specify their own type (e.g. `AnchorPane`) as well as the type of their containments. This improves type safety and reduces the number of casts required. Issue-Ref: 3437 Issue-Url: https://af3-developer.fortiss.org/issues/3437 Signed-off-by:Tiziano Munaro <munaro@fortiss.org>
parent
26c3441f
No related branches found
No related tags found
This commit is part of merge request !82. Comments created here will be created in the context of that merge request.
Showing
- org.fortiss.tooling.common.ui/src/org/fortiss/tooling/common/ui/javafx/.ratings 1 addition, 1 deletion...mmon.ui/src/org/fortiss/tooling/common/ui/javafx/.ratings
- org.fortiss.tooling.common.ui/src/org/fortiss/tooling/common/ui/javafx/AF3FXViewPart.java 3 additions, 2 deletions...c/org/fortiss/tooling/common/ui/javafx/AF3FXViewPart.java
- org.fortiss.tooling.common.ui/src/org/fortiss/tooling/common/ui/javafx/layout/.ratings 2 additions, 2 deletions.../src/org/fortiss/tooling/common/ui/javafx/layout/.ratings
- org.fortiss.tooling.common.ui/src/org/fortiss/tooling/common/ui/javafx/layout/CompositeFXControllerBase.java 13 additions, 6 deletions...ng/common/ui/javafx/layout/CompositeFXControllerBase.java
- org.fortiss.tooling.common.ui/src/org/fortiss/tooling/common/ui/javafx/layout/ICompositeFXController.java 8 additions, 3 deletions...oling/common/ui/javafx/layout/ICompositeFXController.java
Loading
Please register or sign in to comment