Class/Object

scalafx.beans.binding

BufferExpression

Related Docs: object BufferExpression | package binding

Permalink

class BufferExpression[E] extends AnyRef

Wraps a JavaFX ListExpression.

Source
BufferExpression.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BufferExpression
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

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

    Permalink
  5. def +=(element: E): Boolean

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

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

    Permalink
  8. def -=(element: E): Boolean

    Permalink
  9. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

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

    Permalink
  13. def empty: ReadOnlyBooleanProperty

    Permalink

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

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

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

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

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

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

    Permalink

    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

  19. final def isInstanceOf[T0]: Boolean

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

    Permalink

    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

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

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

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

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

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

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

    Permalink

    Clears the ObservableBuffer and add all elements from the collection.

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

    Permalink

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

  28. def size: ReadOnlyIntegerProperty

    Permalink

    An integer property that represents the size of the buffer.

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

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

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

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

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

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

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    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