scalafx.beans.binding

MapExpression

class MapExpression[K, V] extends AnyRef

Wraps a JavaFX MapExpression.

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

Instance Constructors

  1. new MapExpression(delegate: javafx.beans.binding.MapExpression[K, V])

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 ++=(m: Map[K, V]): Unit

  5. def +=(kv: (K, V)): V

  6. def -=(key: Any): V

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

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

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

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  11. val delegate: javafx.beans.binding.MapExpression[K, V]

  12. def empty: ReadOnlyBooleanProperty

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

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

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

    Definition Classes
    AnyRef → Any
  15. def get(key: K): Option[V]

    Optionally returns the value associated with a key.

    Optionally returns the value associated with a key.

    key

    the key value

    returns

    an option value containing the value associated with key in this $MAP, or None if none exists.

  16. final def getClass(): Class[_]

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

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

    Creates a new BooleanBinding that holds true if this map is equal to another ObservableMap.

    Creates a new BooleanBinding that holds true if this map is equal to another ObservableMap.

    other

    the other ObservableMap

    returns

    the new BooleanBinding

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def isNotEqualTo(other: ObservableMap[_, _]): BooleanBinding

    Creates a new BooleanBinding that holds true if this map is not equal to another ObservableMap.

    Creates a new BooleanBinding that holds true if this map is not equal to another ObservableMap.

    other

    the other ObservableMap

    returns

    the new BooleanBinding

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. def size: ReadOnlyIntegerProperty

    An integer property that represents the size of the map.

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

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    AnyRef → Any
  27. def values(): Iterable[V]

  28. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. 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