Packages

class SetExpression[E] extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SetExpression
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SetExpression(delegate: javafx.beans.binding.SetExpression[E])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def ++=(xs: Seq[E]): Boolean
  4. def ++=(elem1: E, elem2: E, elems: E*): Boolean
  5. def +=(element: E): Boolean
  6. def --=(xs: Seq[E]): Boolean
  7. def --=(elem1: E, elem2: E, elems: E*): Boolean
  8. def -=(element: E): Boolean
  9. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. val delegate: javafx.beans.binding.SetExpression[E]
  13. def empty: ReadOnlyBooleanProperty

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

  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  19. def isEqualTo(other: ObservableSet[_]): BooleanBinding

    Creates a new BooleanBinding that holds true if this set is equal to another ObservableSet.

    Creates a new BooleanBinding that holds true if this set is equal to another ObservableSet.

    other

    the other ObservableSet

    returns

    the new BooleanBinding

  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isNotEqualTo(other: ObservableSet[_]): BooleanBinding

    Creates a new BooleanBinding that holds true if this set is not equal to another ObservableSet.

    Creates a new BooleanBinding that holds true if this set is not equal to another ObservableSet.

    other

    the other ObservableSet

    returns

    the new BooleanBinding

  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  25. def retainAll(xs: Seq[E]): Boolean
  26. def retainAll(elem1: E, elem2: E, elems: E*): Boolean
  27. def size: ReadOnlyIntegerProperty

    An integer property that represents the size of the set.

  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped