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

JavaFX: Add Single-Node View support.

* Modify the constructors such that AF3FXViewParts can be created
  that only contain a single FX node/control, and do not come along
  with a FXML layout file.
* Due to signature conflicts, the css location must be given in the
  constructor. The default case is to use "null" such that the
  OS-native look is used.
* Add a method "setChildNodeFinal" that must be used to add the FX node
  to the view. It is not possible to do this in constructors since the
  FX toolkit is not initialized at this point in time.

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


Signed-off-by: default avatarAlexander Diewald <diewald@fortiss.org>
parent b15a0a73
No related branches found
No related tags found
Loading
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