Package

scalafx.collections

transformation

Permalink

package transformation

Content Hierarchy
Visibility
  1. Public
  2. All

Type Members

  1. class FilteredBuffer[E] extends TransformationBuffer[E, E] with SFXDelegate[FilteredList[E]]

    Permalink

    Wraps a JavaFX FilteredList.

  2. class SortedBuffer[E] extends TransformationBuffer[E, E] with SFXDelegate[SortedList[E]]

    Permalink

    Wraps a JavaFX SortedList.

  3. abstract class TransformationBuffer[E, F] extends ObservableBufferBase[E] with SFXDelegate[TransformationList[E, F]]

    Permalink

    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.

    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.

    E

    - the type parameter of this buffer.

    F

    - the upper bound of the type of the source buffer.

  4. trait TransformationIncludes extends AnyRef

    Permalink

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

Ungrouped