Packages

class IntegerProperty extends ReadOnlyIntegerProperty with Property[Int, Number] with SFXDelegate[javafx.beans.property.IntegerProperty]

Source
IntegerProperty.scala
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IntegerProperty
  2. Property
  3. ReadOnlyIntegerProperty
  4. ReadOnlyProperty
  5. ObservableValue
  6. Observable
  7. SFXDelegate
  8. NumberExpression
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new IntegerProperty(bean: AnyRef, name: String, initialValue: Int)
  2. new IntegerProperty(bean: AnyRef, name: String)
  3. new IntegerProperty(delegate: javafx.beans.property.IntegerProperty = new jfxbp.SimpleIntegerProperty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def *(v: ObservableNumberValue): NumberBinding
    Definition Classes
    NumberExpression
  4. def *(v: Double): NumberBinding
    Definition Classes
    NumberExpression
  5. def *(v: Float): NumberBinding
    Definition Classes
    NumberExpression
  6. def *(v: Long): NumberBinding
    Definition Classes
    NumberExpression
  7. def *(v: Int): NumberBinding
    Definition Classes
    NumberExpression
  8. def +(v: ObservableNumberValue): NumberBinding
    Definition Classes
    NumberExpression
  9. def +(v: Double): NumberBinding
    Definition Classes
    NumberExpression
  10. def +(v: Float): NumberBinding
    Definition Classes
    NumberExpression
  11. def +(v: Long): NumberBinding
    Definition Classes
    NumberExpression
  12. def +(v: Int): NumberBinding
    Definition Classes
    NumberExpression
  13. def -(v: ObservableNumberValue): NumberBinding
    Definition Classes
    NumberExpression
  14. def -(v: Double): NumberBinding
    Definition Classes
    NumberExpression
  15. def -(v: Float): NumberBinding
    Definition Classes
    NumberExpression
  16. def -(v: Long): NumberBinding
    Definition Classes
    NumberExpression
  17. def -(v: Int): NumberBinding
    Definition Classes
    NumberExpression
  18. def ->(endVal: Number): Tweenable[Int, Number]

    Returns a new scalafx.animation.Tweenable from a End Value.

    Returns a new scalafx.animation.Tweenable from a End Value.

    endVal

    End Value

    returns

    a new Tweenable with this Property and end value passed.

    Definition Classes
    Property
  19. def /(v: ObservableNumberValue): NumberBinding
    Definition Classes
    NumberExpression
  20. def /(v: Double): NumberBinding
    Definition Classes
    NumberExpression
  21. def /(v: Float): NumberBinding
    Definition Classes
    NumberExpression
  22. def /(v: Long): NumberBinding
    Definition Classes
    NumberExpression
  23. def /(v: Int): NumberBinding
    Definition Classes
    NumberExpression
  24. def <(v: ObservableNumberValue): BooleanBinding
    Definition Classes
    NumberExpression
  25. def <(v: Double): BooleanBinding
    Definition Classes
    NumberExpression
  26. def <(v: Float): BooleanBinding
    Definition Classes
    NumberExpression
  27. def <(v: Long): BooleanBinding
    Definition Classes
    NumberExpression
  28. def <(v: Int): BooleanBinding
    Definition Classes
    NumberExpression
  29. def <=(v: ObservableNumberValue): BooleanBinding
    Definition Classes
    NumberExpression
  30. def <=(v: Double): BooleanBinding
    Definition Classes
    NumberExpression
  31. def <=(v: Float): BooleanBinding
    Definition Classes
    NumberExpression
  32. def <=(v: Long): BooleanBinding
    Definition Classes
    NumberExpression
  33. def <=(v: Int): BooleanBinding
    Definition Classes
    NumberExpression
  34. def <==(v: ObservableValue[_ <: Int, _ <: Number]): Unit

    Create a unidirectional binding for this Property.

    Create a unidirectional binding for this Property.

    v

    ScalaFX ObservableValue this Property should be bound to.

    Definition Classes
    Property
  35. def <==(v: ObservableValue[_ <: Number]): Unit

    Create a unidirectional binding for this Property.

    Create a unidirectional binding for this Property.

    v

    JavaFX ObservableValue this Property should be bound to.

    Definition Classes
    Property
  36. def <==>(v: javafx.beans.property.Property[Number]): Unit

    Create a bidirectional binding between this Property and another JavaFX Property.

    Create a bidirectional binding between this Property and another JavaFX Property.

    v

    the other JavaFX Property

    Definition Classes
    Property
  37. def <==>(v: Property[Int, Number]): Unit

    Create a bidirectional binding between this Property and another ScalaFX Property.

    Create a bidirectional binding between this Property and another ScalaFX Property.

    v

    the other ScalaFX Property

    Definition Classes
    Property
  38. def =!=(v: ObservableNumberValue): BooleanBinding
    Definition Classes
    NumberExpression
  39. def =!=(v: VariablePrecisionNumber): BooleanBinding
    Definition Classes
    NumberExpression
  40. def =!=(v: Double): BooleanBinding
    Definition Classes
    NumberExpression
  41. def =!=(v: Float): BooleanBinding
    Definition Classes
    NumberExpression
  42. def =!=(v: Long): BooleanBinding
    Definition Classes
    NumberExpression
  43. def =!=(v: Int): BooleanBinding
    Definition Classes
    NumberExpression
  44. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  45. def ===(v: ObservableNumberValue): BooleanBinding
    Definition Classes
    NumberExpression
  46. def ===(v: VariablePrecisionNumber): BooleanBinding
    Definition Classes
    NumberExpression
  47. def ===(v: Double): BooleanBinding
    Definition Classes
    NumberExpression
  48. def ===(v: Float): BooleanBinding
    Definition Classes
    NumberExpression
  49. def ===(v: Long): BooleanBinding
    Definition Classes
    NumberExpression
  50. def ===(v: Int): BooleanBinding
    Definition Classes
    NumberExpression
  51. def >(v: ObservableNumberValue): BooleanBinding
    Definition Classes
    NumberExpression
  52. def >(v: Double): BooleanBinding
    Definition Classes
    NumberExpression
  53. def >(v: Float): BooleanBinding
    Definition Classes
    NumberExpression
  54. def >(v: Long): BooleanBinding
    Definition Classes
    NumberExpression
  55. def >(v: Int): BooleanBinding
    Definition Classes
    NumberExpression
  56. def >=(v: ObservableNumberValue): BooleanBinding
    Definition Classes
    NumberExpression
  57. def >=(v: Double): BooleanBinding
    Definition Classes
    NumberExpression
  58. def >=(v: Float): BooleanBinding
    Definition Classes
    NumberExpression
  59. def >=(v: Long): BooleanBinding
    Definition Classes
    NumberExpression
  60. def >=(v: Int): BooleanBinding
    Definition Classes
    NumberExpression
  61. def apply(): Int

    Returns ObservableValue

    Returns ObservableValue

    returns

    ObservableValue

    Definition Classes
    ObservableValue
  62. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  63. def bean: AnyRef

    Returns the Object that contains this property.

    Returns the Object that contains this property.

    Definition Classes
    ReadOnlyProperty
  64. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  65. val delegate: javafx.beans.property.IntegerProperty

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

    Definition Classes
    IntegerPropertyReadOnlyIntegerPropertySFXDelegateNumberExpression
  66. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  67. def equals(ref: Any): Boolean

    Verifies if a object is equals to this delegate.

    Verifies if a object is equals to this delegate.

    ref

    Object to be compared.

    returns

    if the other object is equals to this delegate or not.

    Definition Classes
    SFXDelegate → AnyRef → Any
  68. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  69. def hashCode(): Int

    returns

    The delegate hashcode

    Definition Classes
    SFXDelegate → AnyRef → Any
  70. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  71. def name: String

    Returns the name of this property.

    Returns the name of this property.

    Definition Classes
    ReadOnlyProperty
  72. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  73. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  74. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  75. def onChange[J1 >: Number](op: => Unit): Subscription

    Adds a function as a ChangeListener.

    Adds a function as a ChangeListener. This function has no arguments because it will not handle values changed.

    op

    A Function with no arguments. It will be called when value changes.

    returns

    A new scalafx.event.subscriptions.Subscription to remove ObservableValue.

    Definition Classes
    ObservableValue
  76. def onChange[J1 >: Number](op: (ObservableValue[Int, Number], J1, J1) => Unit): Subscription

    Adds a function as a ChangeListener.

    Adds a function as a ChangeListener. This function has all arguments from T, T) changed method from ChangeListener.

    J1

    J superclass.

    op

    Function that receives a ObservableValue, the old value and the new value. It will be called when value changes.

    returns

    A new scalafx.event.subscriptions.Subscription to remove ObservableValue.

    Definition Classes
    ObservableValue
  77. def onInvalidate(op: => Unit): Subscription

    Adds a no argument function as a JavaFX InvalidationListener.

    Adds a no argument function as a JavaFX InvalidationListener. This function has no arguments because it will not handle invalidated values.

    op

    A Function with no arguments. It will be called when value was invalidated.

    returns

    A new scalafx.event.subscriptions.Subscription to remove ObservableValue.

    Definition Classes
    Observable
  78. def onInvalidate(op: (Observable) => Unit): Subscription

    Adds a function as a JavaFX InvalidationListener.

    Adds a function as a JavaFX InvalidationListener. This function has all arguments from invalidated method from InvalidationListener.

    op

    Function that receives a ScalaFX Observable. It will be called when value was invalidated.

    returns

    A new scalafx.event.subscriptions.Subscription to remove ObservableValue.

    Definition Classes
    Observable
  79. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  80. def toDouble: Double
    Definition Classes
    NumberExpression
  81. def toFloat: Float
    Definition Classes
    NumberExpression
  82. def toInt: Int
    Definition Classes
    NumberExpression
  83. def toLong: Long
    Definition Classes
    NumberExpression
  84. def toString(): String

    returns

    Returns the original delegate's toString() adding a [SFX] prefix.

    Definition Classes
    SFXDelegate → AnyRef → Any
  85. def unary_-: NumberBinding
    Definition Classes
    NumberExpression
  86. def unbind(v: javafx.beans.property.Property[Number]): Unit

    Remove a bidirectional binding between this Property and another JavaFX one.

    Remove a bidirectional binding between this Property and another JavaFX one. If no bidirectional binding between the properties exists, calling this method has no effect.

    v

    - the other Property

    Definition Classes
    Property
  87. def unbind(v: Property[Int, Number]): Unit

    Remove a bidirectional binding between this Property and another ScalaFX one.

    Remove a bidirectional binding between this Property and another ScalaFX one. If no bidirectional binding between the properties exists, calling this method has no effect.

    v

    - the other Property

    Definition Classes
    Property
  88. def unbind(): Unit

    Remove the unidirectional binding for this Property.

    Remove the unidirectional binding for this Property. If the Property is not bound, calling this method has no effect.

    Definition Classes
    Property
  89. def update(v: Int): Unit

    Set the wrapped value.

    Set the wrapped value.

    v

    The new value

    Definition Classes
    Property
  90. def value: Int

    Returns ObservableValue

    Returns ObservableValue

    returns

    ObservableValue

    Definition Classes
    ReadOnlyIntegerPropertyObservableValue
  91. def value_=(v: Number): Unit
  92. def value_=(v: Int): Unit

    Set the wrapped value.

    Set the wrapped value.

    v

    The new value

    Definition Classes
    IntegerPropertyProperty
  93. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  94. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  95. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Property[Int, Number]

Inherited from ReadOnlyProperty[Int, Number]

Inherited from ObservableValue[Int, Number]

Inherited from Observable

Inherited from SFXDelegate[javafx.beans.property.IntegerProperty]

Inherited from NumberExpression

Inherited from AnyRef

Inherited from Any

Ungrouped