Package javafx.beans.property
Class ReadOnlyLongProperty
java.lang.Object
javafx.beans.binding.NumberExpressionBase
javafx.beans.binding.LongExpression
javafx.beans.property.ReadOnlyLongProperty
- All Implemented Interfaces:
NumberExpression,Observable,ReadOnlyProperty<Number>,ObservableLongValue,ObservableNumberValue,ObservableValue<Number>
- Direct Known Subclasses:
LongProperty
public abstract class ReadOnlyLongProperty
extends LongExpression
implements ReadOnlyProperty<Number>
Superclass for all readonly properties wrapping a
long.- Since:
- JavaFX 2.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javafx.beans.binding.LongExpression
doubleValue, floatValue, getValue, intValue, longExpression, longExpression, longValueMethods inherited from class javafx.beans.binding.NumberExpressionBase
asStringMethods 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.ObservableLongValue
getMethods inherited from interface javafx.beans.value.ObservableValue
addListener, getValue, removeListenerMethods inherited from interface javafx.beans.property.ReadOnlyProperty
getBean, getName
-
Constructor Details
-
ReadOnlyLongProperty
public ReadOnlyLongProperty()The constructor ofReadOnlyLongProperty.
-
-
Method Details