Uses of Interface
io.github.mmm.property.number.WritableNumberProperty
-
Packages that use WritableNumberProperty Package Description io.github.mmm.property.number Contains property infrastructure forNumber
.io.github.mmm.property.number.bigdecimal Contains property infrastructure forBigDecimal
.io.github.mmm.property.number.biginteger Contains property infrastructure forBigInteger
.io.github.mmm.property.number.bytes Contains property infrastructure forByte
.io.github.mmm.property.number.doubles Contains property infrastructure forDouble
.io.github.mmm.property.number.floats Contains property infrastructure forFloat
.io.github.mmm.property.number.integers Contains property infrastructure forInteger
.io.github.mmm.property.number.longs Contains property infrastructure forLong
.io.github.mmm.property.number.shorts Contains property infrastructure forShort
.io.github.mmm.property.temporal Contains property infrastructure forjava.time
. -
-
Uses of WritableNumberProperty in io.github.mmm.property.number
Classes in io.github.mmm.property.number that implement WritableNumberProperty Modifier and Type Class Description class
NumberProperty<N extends Number & Comparable<? super N>>
Implementation ofWritableNumberProperty
. -
Uses of WritableNumberProperty in io.github.mmm.property.number.bigdecimal
Subinterfaces of WritableNumberProperty in io.github.mmm.property.number.bigdecimal Modifier and Type Interface Description interface
WritableBigDecimalProperty
Classes in io.github.mmm.property.number.bigdecimal that implement WritableNumberProperty Modifier and Type Class Description class
BigDecimalProperty
Implementation ofWritableBigDecimalProperty
. -
Uses of WritableNumberProperty in io.github.mmm.property.number.biginteger
Subinterfaces of WritableNumberProperty in io.github.mmm.property.number.biginteger Modifier and Type Interface Description interface
WritableBigIntegerProperty
Classes in io.github.mmm.property.number.biginteger that implement WritableNumberProperty Modifier and Type Class Description class
BigIntegerProperty
Implementation ofWritableBigIntegerProperty
. -
Uses of WritableNumberProperty in io.github.mmm.property.number.bytes
Subinterfaces of WritableNumberProperty in io.github.mmm.property.number.bytes Modifier and Type Interface Description interface
WritableByteProperty
Classes in io.github.mmm.property.number.bytes that implement WritableNumberProperty Modifier and Type Class Description class
ByteProperty
Implementation ofWritableByteProperty
. -
Uses of WritableNumberProperty in io.github.mmm.property.number.doubles
Subinterfaces of WritableNumberProperty in io.github.mmm.property.number.doubles Modifier and Type Interface Description interface
WritableDoubleProperty
Classes in io.github.mmm.property.number.doubles that implement WritableNumberProperty Modifier and Type Class Description class
DoubleProperty
Implementation ofWritableDoubleProperty
. -
Uses of WritableNumberProperty in io.github.mmm.property.number.floats
Subinterfaces of WritableNumberProperty in io.github.mmm.property.number.floats Modifier and Type Interface Description interface
WritableFloatProperty
Classes in io.github.mmm.property.number.floats that implement WritableNumberProperty Modifier and Type Class Description class
FloatProperty
Implementation ofWritableFloatProperty
. -
Uses of WritableNumberProperty in io.github.mmm.property.number.integers
Subinterfaces of WritableNumberProperty in io.github.mmm.property.number.integers Modifier and Type Interface Description interface
WritableIntegerProperty
Classes in io.github.mmm.property.number.integers that implement WritableNumberProperty Modifier and Type Class Description class
IntegerProperty
Implementation ofWritableIntegerProperty
. -
Uses of WritableNumberProperty in io.github.mmm.property.number.longs
Subinterfaces of WritableNumberProperty in io.github.mmm.property.number.longs Modifier and Type Interface Description interface
WritableLongProperty
Classes in io.github.mmm.property.number.longs that implement WritableNumberProperty Modifier and Type Class Description class
LongProperty
Implementation ofWritableLongProperty
. -
Uses of WritableNumberProperty in io.github.mmm.property.number.shorts
Subinterfaces of WritableNumberProperty in io.github.mmm.property.number.shorts Modifier and Type Interface Description interface
WritableShortProperty
Classes in io.github.mmm.property.number.shorts that implement WritableNumberProperty Modifier and Type Class Description class
ShortProperty
Implementation ofWritableShortProperty
. -
Uses of WritableNumberProperty in io.github.mmm.property.temporal
Classes in io.github.mmm.property.temporal that implement WritableNumberProperty Modifier and Type Class Description class
DurationInSecondsProperty
ExtendsLongProperty
to store aDuration
in seconds.
-