Class ReadOnlyObjectProperty<T>

java.lang.Object
javafx.beans.binding.ObjectExpression<T>
javafx.beans.property.ReadOnlyObjectProperty<T>
Type Parameters:
T - the type of the wrapped Object
All Implemented Interfaces:
Observable, ReadOnlyProperty<T>, ObservableObjectValue<T>, ObservableValue<T>
Direct Known Subclasses:
ObjectProperty, ReadOnlyObjectPropertyBase

public abstract class ReadOnlyObjectProperty<T> extends ObjectExpression<T> implements ReadOnlyProperty<T>
Super class for all readonly properties wrapping an arbitrary Object. For specialized implementations for ObservableList,
invalid @link
ObservableSet
and ObservableMap that also report changes inside the collections, see ReadOnlyListProperty, ReadOnlySetProperty and ReadOnlyMapProperty, respectively.
Since:
JavaFX 2.0
See Also:
  • Constructor Details

    • ReadOnlyObjectProperty

      public ReadOnlyObjectProperty()
      The constructor of ReadOnlyObjectProperty.
  • Method Details

    • toString

      public String toString()
      Returns a string representation of this ReadOnlyObjectProperty object.
      Overrides:
      toString in class Object
      Returns:
      a string representation of this ReadOnlyObjectProperty object.