CollectionIncludes

scalafx.collections.CollectionIncludes
See theCollectionIncludes companion object

Contains implicit methods to convert from `javafx.collections` Classes to their ScalaFX counterparts.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object CollectionIncludes.type
trait Includes
object Includes.type

Members list

Implicits

Implicits

Value parameters

ofa

JavaFX ObservableFloatArray

Attributes

Returns

ScalaFX ObservableFloatArray

Value parameters

oia

JavaFX ObservableIntegerArray

Attributes

Returns

ScalaFX ObservableIntegerArray

implicit def jfxObservableMap2sfxObservableMap[K, V](om: ObservableMap[K, V]): ObservableMap[K, V]

Converts a JavaFX `ObservableMap` to a ScalaFX scalafx.collections.ObservableMap.

Converts a JavaFX `ObservableMap` to a ScalaFX scalafx.collections.ObservableMap.

Type parameters

K

Key Type

V

Value Type

Value parameters

om

JavaFX ObservableMap

Attributes

Returns

ScalaFX ObservableMap

implicit def jfxObservableSet2sfxObservableSet[T](os: ObservableSet[T]): ObservableHashSet[T]

Converts a JavaFX `ObservableSet` to a ScalaFX scalafx.collections.ObservableSet.

Converts a JavaFX `ObservableSet` to a ScalaFX scalafx.collections.ObservableSet.

Type parameters

T

Set Type

Value parameters

os

JavaFX ObservableSet

Attributes

Returns

ScalaFX ObservableSet

implicit def observableList2ObservableBuffer[T](ol: ObservableList[T]): ObservableBuffer[T]

Type parameters

T

List Type

Value parameters

ol

JavaFX ObservableList

Attributes

Returns

ScalaFX ObservableBuffer

Inherited implicits

implicit def lilteredList2FilteredBuffer[T](ol: FilteredList[T]): FilteredBuffer[T]

Attributes

Inherited from:
TransformationIncludes
implicit def sortedList2SortedBuffer[T](ol: SortedList[T]): SortedBuffer[T]

Attributes

Inherited from:
TransformationIncludes