scalafx.beans.binding

BufferExpression

class BufferExpression[E] extends AnyRef

Wraps a JavaFX ListExpression.

Source
BufferExpression.scala
Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BufferExpression
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BufferExpression(delegate: ListExpression[E])

Value Members

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

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

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def ++=(xs: Seq[E]): Boolean

  5. def ++=(elem1: E, elem2: E, elems: E*): Boolean

  6. def +=(element: E): Boolean

  7. def --=(xs: Seq[E]): Boolean

  8. def --=(elem1: E, elem2: E, elems: E*): Boolean

  9. def -=(element: E): Boolean

  10. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  14. val delegate: ListExpression[E]

  15. def empty: ReadOnlyBooleanProperty

    A boolean property that is true, if the the buffer is empty.

  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  20. def isEqualTo(other: ObservableBuffer[_]): BooleanBinding

    Creates a new BooleanBinding that holds true if this list is equal to another ObservableBuffer.

    Creates a new BooleanBinding that holds true if this list is equal to another ObservableBuffer.

    other

    the other ObservableList

    returns

    the new BooleanBinding

  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def isNotEqualTo(other: ObservableBuffer[_]): BooleanBinding

    Creates a new BooleanBinding that holds true if this list is not equal to another ObservableBuffer.

    Creates a new BooleanBinding that holds true if this list is not equal to another ObservableBuffer.

    other

    the other ObservableList

    returns

    the new BooleanBinding

  23. final def ne(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  26. def retainAll(xs: Seq[E]): Boolean

  27. def retainAll(elem1: E, elem2: E, elems: E*): Boolean

  28. def setAll(xs: Seq[E]): Boolean

    Clears the ObservableBuffer and add all elements from the collection.

  29. def setAll(elem1: E, elem2: E, elems: E*): Boolean

    Clears the ObservableBuffer and add all the elements passed as var-args.

  30. def size: ReadOnlyIntegerProperty

    An integer property that represents the size of the buffer.

  31. def subBuffer(from: Int, to: Int): Buffer[E]

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

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped