Example usage for Java javafx.beans.property ReadOnlyProperty fields, constructors, methods, implement or subclass
The text is from its open source code.
Object | getBean() Returns the Object that contains this property. |
Class> | getClass() Returns the runtime class of this Object . |
String | getName() Returns the name of this property. |
T | getValue() Returns the current value of this ObservableValue |