Module javafx.base

Interface ReadOnlyProperty<T>

    • Method Detail

      • getBean

        Object getBean()
        Returns the Object that contains this property. If this property is not contained in an Object, null is returned.
        Returns:
        the containing Object or null
      • getName

        String getName()
        Returns the name of this property. If the property does not have a name, this method returns an empty String.
        Returns:
        the name or an empty String