Packages

class ReadOnlyStringWrapper extends StringProperty with SFXDelegate[javafx.beans.property.ReadOnlyStringWrapper]

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

Instance Constructors

  1. new ReadOnlyStringWrapper(bean: AnyRef, name: String, value: String)

    Creates a new ReadOnlyStringWrapper instance.

    Creates a new ReadOnlyStringWrapper instance.

    bean

    the bean of this ReadOnlyStringWrapper

    name

    the name of this ReadOnlyStringWrapper

    value

    the initial value of the wrapped value

  2. new ReadOnlyStringWrapper(bean: AnyRef, name: String)

    Creates a new ReadOnlyStringWrapper instance.

    Creates a new ReadOnlyStringWrapper instance.

    bean

    the bean of this ReadOnlyStringWrapper

    name

    the name of this ReadOnlyStringWrapper

  3. new ReadOnlyStringWrapper(delegate: javafx.beans.property.ReadOnlyStringWrapper = new jfxbp.ReadOnlyStringWrapper())

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() @IntrinsicCandidate()
  38. def concat(v: Any): StringExpression
    Definition Classes
    StringExpression
  39. val delegate: javafx.beans.property.ReadOnlyStringWrapper

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

    Definition Classes
    ReadOnlyStringWrapperStringPropertyReadOnlyStringPropertySFXDelegateStringExpression
  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() @IntrinsicCandidate()
  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() @IntrinsicCandidate()
  48. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  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. def readOnlyProperty: ReadOnlyStringProperty

    The read-only property, that is synchronized with this ReadOnlyStringWrapper.

  54. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  55. def toString(): String

    returns

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

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

    Set the wrapped value.

    Set the wrapped value.

    v

    The new value

    Definition Classes
    Property
  60. def value: String

    Returns ObservableValue

    Returns ObservableValue

    returns

    ObservableValue

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

    Set the wrapped value.

    Set the wrapped value.

    v

    The new value

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

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.ReadOnlyStringWrapper]

Inherited from StringExpression

Inherited from AnyRef

Inherited from Any

Ungrouped