Skip to content
Snippets Groups Projects
  1. Jun 28, 2018
    • Alexander Diewald's avatar
      JavaFX: Add Single-Node View support. · 01fa2b19
      Alexander Diewald authored
      * 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>
      01fa2b19
  2. Jun 26, 2018
  3. Jun 20, 2018
  4. Jun 13, 2018
  5. Jun 12, 2018
  6. Jun 11, 2018
  7. Jun 08, 2018
  8. Jun 07, 2018
  9. Jun 06, 2018
  10. Jun 05, 2018
  11. May 25, 2018
  12. May 24, 2018
  13. May 22, 2018
  14. May 18, 2018
Loading