Package javafx.beans.property
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 Summary
Constructors -
Method Summary
Methods inherited from class javafx.beans.binding.BooleanExpression
and, booleanExpression, booleanExpression, getValue, not, orMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface javafx.beans.Observable
addListener, removeListenerMethods inherited from interface javafx.beans.value.ObservableBooleanValue
getMethods inherited from interface javafx.beans.value.ObservableValue
addListener, getValue, removeListenerMethods inherited from interface javafx.beans.property.ReadOnlyProperty
getBean, getName
-
Constructor Details
-
ReadOnlyBooleanProperty
public ReadOnlyBooleanProperty()The constructor ofReadOnlyBooleanProperty.
-
-
Method Details