-
- Downloads
JFX: Do not create controller duplicates
* Load the controller of an FXML layout programatically such that the controller is only loader when a ViewPart is constructed. If this is not done, the controller is initialized a second time by evaluating the controller specified in the FXML file. * Fix an NPE in the the search function for child nodes of a FXML file. Issue-Ref: 3482 Issue-Url: https://af3-developer.fortiss.org/issues/3482 Signed-off-by:Alexander Diewald <diewald@fortiss.org>
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 12 additions, 23 deletions...c/org/fortiss/tooling/common/ui/javafx/AF3FXViewPart.java
- org.fortiss.tooling.common.ui/src/org/fortiss/tooling/common/ui/javafx/util/.ratings 1 addition, 1 deletion...ui/src/org/fortiss/tooling/common/ui/javafx/util/.ratings
- org.fortiss.tooling.common.ui/src/org/fortiss/tooling/common/ui/javafx/util/SceneGraphUtils.java 8 additions, 1 deletion...ortiss/tooling/common/ui/javafx/util/SceneGraphUtils.java
Loading
Please register or sign in to comment