Class/Object

scalafx.beans.property

ReadOnlyStringWrapper

Related Docs: object ReadOnlyStringWrapper | package property

Permalink

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

Wrapper for 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. All

Instance Constructors

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

    Permalink

    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)

    Permalink

    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())

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. def !=~(v: ObservableStringValue): BooleanBinding

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

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

    Permalink
    Definition Classes
    StringExpression
  5. final def ##(): Int

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

    Permalink
    Definition Classes
    StringExpression
  7. def +(v: ObservableStringValue): StringExpression

    Permalink
    Definition Classes
    StringExpression
  8. def +(v: Null): StringExpression

    Permalink
    Definition Classes
    StringExpression
  9. def ->(endVal: String): Tweenable[String, String]

    Permalink

    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
  10. def <(v: ObservableStringValue): BooleanBinding

    Permalink
    Definition Classes
    StringExpression
  11. def <(v: String): BooleanBinding

    Permalink
    Definition Classes
    StringExpression
  12. def <(v: Null): BooleanBinding

    Permalink
    Definition Classes
    StringExpression
  13. def <=(v: ObservableStringValue): BooleanBinding

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

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

    Permalink
    Definition Classes
    StringExpression
  16. def <==(v: ObservableValue[_ <: String, _ <: String]): Unit

    Permalink

    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
  17. def <==(v: ObservableValue[_ <: String]): Unit

    Permalink

    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
  18. def <==>(v: javafx.beans.property.Property[String]): Unit

    Permalink

    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
  19. def <==>(v: Property[String, String]): Unit

    Permalink

    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
  20. def =!=(v: ObservableStringValue): BooleanBinding

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

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

    Permalink
    Definition Classes
    StringExpression
  23. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  24. def ===(v: ObservableStringValue): BooleanBinding

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    StringExpression
  36. def apply(): String

    Permalink

    Returns ObservableValue

    Returns ObservableValue

    returns

    ObservableValue

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

    Permalink
    Definition Classes
    Any
  38. def bean: AnyRef

    Permalink

    Returns the Object that contains this property.

    Returns the Object that contains this property.

    Definition Classes
    ReadOnlyProperty
  39. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def concat(v: AnyRef): StringExpression

    Permalink
    Definition Classes
    StringExpression
  41. val delegate: javafx.beans.property.ReadOnlyStringWrapper

    Permalink

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

    Definition Classes
    ReadOnlyStringWrapperStringPropertyReadOnlyStringPropertySFXDelegateStringExpression
  42. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  43. def equals(ref: Any): Boolean

    Permalink

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

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

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

    Permalink

    returns

    The delegate hashcode

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

    Permalink
    Definition Classes
    Any
  48. def name: String

    Permalink

    Returns the name of this property.

    Returns the name of this property.

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

    Permalink
    Definition Classes
    AnyRef
  50. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  51. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  52. def onChange[J1 >: String](op: ⇒ Unit): Subscription

    Permalink

    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
  53. def onChange[J1 >: String](op: (ObservableValue[String, String], J1, J1) ⇒ Unit): Subscription

    Permalink

    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
  54. def onInvalidate(op: ⇒ Unit): Subscription

    Permalink

    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 JavaFX InvalidationListener.

    Definition Classes
    Observable
  55. def onInvalidate(op: (Observable) ⇒ Unit): Subscription

    Permalink

    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 JavaFX InvalidationListener.

    Definition Classes
    Observable
  56. def readOnlyProperty: ReadOnlyStringProperty

    Permalink

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

  57. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  58. def toString(): String

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    Set the wrapped value.

    Set the wrapped value.

    v

    The new value

    Definition Classes
    Property
  63. def value: String

    Permalink

    Returns ObservableValue

    Returns ObservableValue

    returns

    ObservableValue

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

    Permalink

    Set the wrapped value.

    Set the wrapped value.

    v

    The new value

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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