© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2023
P. SpäthFrontend Development with JavaFX and Kotlinhttps://doi.org/10.1007/978-1-4842-9717-9_2

2. Properties

Peter Späth1  
(1)
Leipzig, Germany
 

Properties in JavaFX are data holders with other properties or third parties being able to register some interest in being informed about value changes. This comes handy for user input and output controls in a GUI, where the need for observing value changes and appropriately reacting to such changes is obvious.

In JavaFX, there are following concrete types of properties:
  • SimpleXxxProperty

    Where “Xxx” stands for one of: Boolean, Integer, Long, Float, Double, String, Object, List, Set, Map. Represents a read/write ...

Get Frontend Development with JavaFX and Kotlin: Build State-of-the-Art Kotlin GUI Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.