Skip to content
Snippets Groups Projects
Commit e7e4b0e6 authored by Alexander Diewald's avatar Alexander Diewald
Browse files

JFX: Allow AF3PartView subclass access to the controller

parent f4429a9d
No related branches found
No related tags found
1 merge request!1263541
AF3FXViewPart.java 3e4510f9e9f86ecf5ba29432342acd50e030aaaa GREEN
AF3FXViewPart.java af974e21c086a86134d4b2d6cdf9da1a31aea7de YELLOW
......@@ -49,7 +49,7 @@ public abstract class AF3FXViewPart extends FXViewPart {
private Pane root;
/** Specifies the view part's layout and logic. */
private ICompositeFXController<? extends Node, ? extends Node> controller;
protected final ICompositeFXController<? extends Node, ? extends Node> controller;
/**
* Constructor. Allows to pass the view's FXML definition file.
......
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