scalafx.collections.transformation

Members list

Type members

Classlikes

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class FilteredBuffer[E](val delegate: FilteredList[E]) extends TransformationBuffer[E, E], SFXDelegate[FilteredList[E]]

Wraps a JavaFX ObservableListBase.

Wraps a JavaFX ObservableListBase.

Attributes

Companion
object
Supertypes
class TransformationBuffer[E, E]
class ObservableBuffer[E]
trait Observable
trait SFXDelegate[FilteredList[E]]
trait IndexedBuffer[E]
trait IndexedSeq[E]
trait IndexedSeq[E]
class AbstractBuffer[E]
trait Buffer[E]
trait Shrinkable[E]
trait Growable[E]
trait Clearable
class AbstractSeq[E]
trait Seq[E]
trait Cloneable
trait Iterable[E]
class AbstractSeq[E]
trait Seq[E]
trait Equals
trait PartialFunction[Int, E]
trait Int => E
class AbstractIterable[E]
trait Iterable[E]
trait IterableOnce[E]
class Object
trait Matchable
class Any
Show all
object SortedBuffer

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class SortedBuffer[E](val delegate: SortedList[E]) extends TransformationBuffer[E, E], SFXDelegate[SortedList[E]]

Wraps a JavaFX TransformationList.

Wraps a JavaFX TransformationList.

Attributes

Companion
object
Supertypes
class TransformationBuffer[E, E]
class ObservableBuffer[E]
trait Observable
trait SFXDelegate[SortedList[E]]
trait IndexedBuffer[E]
trait IndexedSeq[E]
trait IndexedSeq[E]
class AbstractBuffer[E]
trait Buffer[E]
trait Shrinkable[E]
trait Growable[E]
trait Clearable
class AbstractSeq[E]
trait Seq[E]
trait Cloneable
trait Iterable[E]
class AbstractSeq[E]
trait Seq[E]
trait Equals
trait PartialFunction[Int, E]
trait Int => E
class AbstractIterable[E]
trait Iterable[E]
trait IterableOnce[E]
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
abstract class TransformationBuffer[E, F](val delegate: TransformationList[E, F]) extends ObservableBufferBase[E], SFXDelegate[TransformationList[E, F]]

A base class for all buffers that wraps other buffers in a way that changes the buffer's elements, order, size or generally it's structure. If the source list is observable, a listener is automatically added to it and the events are delegated.

A base class for all buffers that wraps other buffers in a way that changes the buffer's elements, order, size or generally it's structure. If the source list is observable, a listener is automatically added to it and the events are delegated.

Wraps a JavaFX TransformationList.

Type parameters

E
  • the type parameter of this buffer.
F
  • the upper bound of the type of the source buffer.

Attributes

Companion
object
Supertypes
class ObservableBuffer[E]
trait Observable
trait SFXDelegate[TransformationList[E, F]]
trait IndexedBuffer[E]
trait IndexedSeq[E]
trait IndexedSeq[E]
class AbstractBuffer[E]
trait Buffer[E]
trait Shrinkable[E]
trait Growable[E]
trait Clearable
class AbstractSeq[E]
trait Seq[E]
trait Cloneable
trait Iterable[E]
class AbstractSeq[E]
trait Seq[E]
trait Equals
trait PartialFunction[Int, E]
trait Int => E
class AbstractIterable[E]
trait Iterable[E]
trait IterableOnce[E]
class Object
trait Matchable
class Any
Show all
Known subtypes
class FilteredBuffer[E]
class SortedBuffer[E]

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

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

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

Attributes

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