Packages

class StringProperty extends ReadOnlyStringProperty with Property[String, String] with SFXDelegate[javafx.beans.property.StringProperty]

Source
StringProperty.scala
Linear Supertypes
Property[String, String], ReadOnlyStringProperty, ReadOnlyProperty[String, String], ObservableValue[String, String], Observable, SFXDelegate[javafx.beans.property.StringProperty], StringExpression, AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StringProperty
  2. Property
  3. ReadOnlyStringProperty
  4. ReadOnlyProperty
  5. ObservableValue
  6. Observable
  7. SFXDelegate
  8. StringExpression
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StringProperty(bean: AnyRef, name: String, initialValue: String)
  2. new StringProperty(bean: AnyRef, name: String)
  3. new StringProperty(initialValue: String)
  4. new StringProperty(delegate: javafx.beans.property.StringProperty = new jfxbp.SimpleStringProperty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. def !=~(v: ObservableStringValue): BooleanBinding
    Definition Classes
    StringExpression
  3. def !=~(v: String): BooleanBinding
    Definition Classes
    StringExpression
  4. def !=~(v: Null): BooleanBinding
    Definition Classes
    StringExpression
  5. final def ##: Int
    Definition Classes
    AnyRef → Any
  6. def +: (Any) => StringExpression
    Definition Classes
    StringExpression
  7. def ->(endVal: String): Tweenable[String, String]

    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
  8. def <(v: ObservableStringValue): BooleanBinding
    Definition Classes
    StringExpression
  9. def <(v: String): BooleanBinding
    Definition Classes
    StringExpression
  10. def <(v: Null): BooleanBinding
    Definition Classes
    StringExpression
  11. def <=(v: ObservableStringValue): BooleanBinding
    Definition Classes
    StringExpression
  12. def <=(v: String): BooleanBinding
    Definition Classes
    StringExpression
  13. def <=(v: Null): BooleanBinding
    Definition Classes
    StringExpression
  14. def <==(v: ObservableValue[_ <: String, _ <: String]): 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
  15. def <==(v: ObservableValue[_ <: String]): 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
  16. def <==>(v: javafx.beans.property.Property[String]): 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
  17. def <==>(v: Property[String, String]): 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
  18. def =!=(v: ObservableStringValue): BooleanBinding
    Definition Classes
    StringExpression
  19. def =!=(v: String): BooleanBinding
    Definition Classes
    StringExpression
  20. def =!=(v: Null): BooleanBinding
    Definition Classes
    StringExpression
  21. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. def ===(v: ObservableStringValue): BooleanBinding
    Definition Classes
    StringExpression
  23. def ===(v: String): BooleanBinding
    Definition Classes
    StringExpression
  24. def ===(v: Null): BooleanBinding
    Definition Classes
    StringExpression
  25. def ==~(v: ObservableStringValue): BooleanBinding
    Definition Classes
    StringExpression
  26. def ==~(v: String): BooleanBinding
    Definition Classes
    StringExpression
  27. def ==~(v: Null): BooleanBinding
    Definition Classes
    StringExpression
  28. def >(v: ObservableStringValue): BooleanBinding
    Definition Classes
    StringExpression
  29. def >(v: String): BooleanBinding
    Definition Classes
    StringExpression
  30. def >(v: Null): BooleanBinding
    Definition Classes
    StringExpression
  31. def >=(v: ObservableStringValue): BooleanBinding
    Definition Classes
    StringExpression
  32. def >=(v: String): BooleanBinding
    Definition Classes
    StringExpression
  33. def >=(v: Null): BooleanBinding
    Definition Classes
    StringExpression
  34. def apply(): String

    Returns ObservableValue

    Returns ObservableValue

    returns

    ObservableValue

    Definition Classes
    ObservableValue
  35. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  36. def bean: AnyRef

    Returns the Object that contains this property.

    Returns the Object that contains this property.

    Definition Classes
    ReadOnlyProperty
  37. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  38. def concat(v: Any): StringExpression
    Definition Classes
    StringExpression
  39. val delegate: javafx.beans.property.StringProperty

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

    Definition Classes
    StringPropertyReadOnlyStringPropertySFXDelegateStringExpression
  40. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. 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
  42. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  43. def hashCode(): Int

    returns

    The delegate hashcode

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

    Returns the name of this property.

    Returns the name of this property.

    Definition Classes
    ReadOnlyProperty
  46. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  48. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  49. def onChange[J1 >: String](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
  50. def onChange[J1 >: String](op: (ObservableValue[String, String], 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
  51. 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
  52. 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
  53. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  54. def toString(): String

    returns

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

    Definition Classes
    SFXDelegate → AnyRef → Any
  55. def unbind(v: javafx.beans.property.Property[String]): 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
  56. def unbind(v: Property[String, String]): 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
  57. 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
  58. def update(v: String): Unit

    Set the wrapped value.

    Set the wrapped value.

    v

    The new value

    Definition Classes
    Property
  59. def value: String

    Returns ObservableValue

    Returns ObservableValue

    returns

    ObservableValue

    Definition Classes
    ReadOnlyStringPropertyObservableValue
  60. def value_=(v: String): Unit

    Set the wrapped value.

    Set the wrapped value.

    v

    The new value

    Definition Classes
    StringPropertyProperty
  61. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  62. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  63. 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[String, String]

Inherited from ReadOnlyStringProperty

Inherited from ReadOnlyProperty[String, String]

Inherited from ObservableValue[String, String]

Inherited from Observable

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

Inherited from StringExpression

Inherited from AnyRef

Inherited from Any

Ungrouped