Class ReadOnlyBooleanProperty

java.lang.Object
javafx.beans.binding.BooleanExpression
javafx.beans.property.ReadOnlyBooleanProperty
All Implemented Interfaces:
Observable, ReadOnlyProperty<Boolean>, ObservableBooleanValue, ObservableValue<Boolean>
Direct Known Subclasses:
BooleanProperty, ReadOnlyBooleanPropertyBase

public abstract class ReadOnlyBooleanProperty extends BooleanExpression implements ReadOnlyProperty<Boolean>
Super class for all readonly properties wrapping a boolean.
Since:
JavaFX 2.0
See Also:
  • Constructor Details

    • ReadOnlyBooleanProperty

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

    • toString

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