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
-
Method Summary
Methods inherited from class javafx.beans.binding.LongExpression
doubleValue, floatValue, getValue, intValue, longExpression, longExpression, longValue
Methods inherited from class javafx.beans.binding.NumberExpressionBase
asString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface javafx.beans.Observable
addListener, removeListener
Methods inherited from interface javafx.beans.value.ObservableLongValue
get
Methods inherited from interface javafx.beans.value.ObservableValue
addListener, getValue, removeListener
Methods inherited from interface javafx.beans.property.ReadOnlyProperty
getBean, getName
-
Constructor Details
-
ReadOnlyLongProperty
public ReadOnlyLongProperty()The constructor ofReadOnlyLongProperty
.
-
-
Method Details