scalafx.beans.property

StringProperty

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

Linear Supertypes
Property[String, String], ReadOnlyStringProperty, ReadOnlyProperty[String, String], ObservableValue[String, String], Observable, SFXDelegate[javafx.beans.property.StringProperty], StringExpression, AnyRef, Any
Known Subclasses
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
Learn more about member selection
Visibility
  1. Public
  2. All

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 = ...)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. def !=~(v: ObservableStringValue): BooleanBinding

    Definition Classes
    StringExpression
  4. def !=~(v: String): BooleanBinding

    Definition Classes
    StringExpression
  5. def !=~(v: Null): BooleanBinding

    Definition Classes
    StringExpression
  6. final def ##(): Int

    Definition Classes
    AnyRef → Any
  7. def +(v: Any): StringExpression

    Definition Classes
    StringExpression
  8. def +(v: ObservableStringValue): StringExpression

    Definition Classes
    StringExpression
  9. def +(v: Null): StringExpression

    Definition Classes
    StringExpression
  10. 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
  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: ObservableStringValue): BooleanBinding

    Definition Classes
    StringExpression
  15. def <=(v: String): BooleanBinding

    Definition Classes
    StringExpression
  16. def <=(v: Null): BooleanBinding

    Definition Classes
    StringExpression
  17. 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
  18. 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
  19. 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
  20. 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
  21. def =!=(v: ObservableStringValue): BooleanBinding

    Definition Classes
    StringExpression
  22. def =!=(v: String): BooleanBinding

    Definition Classes
    StringExpression
  23. def =!=(v: Null): BooleanBinding

    Definition Classes
    StringExpression
  24. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  26. def ===(v: ObservableStringValue): BooleanBinding

    Definition Classes
    StringExpression
  27. def ===(v: String): BooleanBinding

    Definition Classes
    StringExpression
  28. def ===(v: Null): BooleanBinding

    Definition Classes
    StringExpression
  29. def ==~(v: ObservableStringValue): BooleanBinding

    Definition Classes
    StringExpression
  30. def ==~(v: String): BooleanBinding

    Definition Classes
    StringExpression
  31. def ==~(v: Null): BooleanBinding

    Definition Classes
    StringExpression
  32. def >(v: ObservableStringValue): BooleanBinding

    Definition Classes
    StringExpression
  33. def >(v: String): BooleanBinding

    Definition Classes
    StringExpression
  34. def >(v: Null): BooleanBinding

    Definition Classes
    StringExpression
  35. def >=(v: ObservableStringValue): BooleanBinding

    Definition Classes
    StringExpression
  36. def >=(v: String): BooleanBinding

    Definition Classes
    StringExpression
  37. def >=(v: Null): BooleanBinding

    Definition Classes
    StringExpression
  38. def apply(): String

    Returns ObservableValue

    Returns ObservableValue

    returns

    ObservableValue

    Definition Classes
    ObservableValue
  39. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  40. def bean: AnyRef

    Returns the Object that contains this property.

    Returns the Object that contains this property.

    Definition Classes
    ReadOnlyProperty
  41. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. val delegate: javafx.beans.property.StringProperty

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

    Definition Classes
    StringPropertyReadOnlyStringPropertySFXDelegateStringExpression
  43. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  44. 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
  45. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  46. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  47. def hashCode(): Int

    returns

    The delegate hashcode

    Definition Classes
    SFXDelegate → AnyRef → Any
  48. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  49. def name: String

    Returns the name of this property.

    Returns the name of this property.

    Definition Classes
    ReadOnlyProperty
  50. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  51. final def notify(): Unit

    Definition Classes
    AnyRef
  52. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  53. 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
  54. 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
  55. 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
  56. 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
  57. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  58. def toString(): String

    returns

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

    Definition Classes
    SFXDelegate → AnyRef → Any
  59. 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
  60. 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
  61. 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
  62. def update(v: String): Unit

    Set the wrapped value.

    Set the wrapped value.

    v

    The new value

    Definition Classes
    Property
  63. def value: String

    Returns ObservableValue

    Returns ObservableValue

    returns

    ObservableValue

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

    Set the wrapped value.

    Set the wrapped value.

    v

    The new value

    Definition Classes
    StringPropertyProperty
  65. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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